CRAN
AgreementInterval 0.1.1
Agreement Interval of Two Measurement Methods
Released Oct 25, 2018 by Jialin Xu
This package can be loaded by Renjin but 5 out 17 tests failed.
Dependencies
A tool for calculating agreement interval of two measurement methods (Jason Liao (2015)
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>AgreementInterval</artifactId> <version>0.1.1-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:AgreementInterval')
Test Results
This package was last tested against Renjin 0.9.2700 on Oct 27, 2018.
- Testing_agrInt2alpha_function_works_as_advertised.agrInt2alpha_has_correct_length
- Testing_agrInt2alpha_function_works_as_advertised.agrInt2alpha_returns_the_same_value
- Testing_agrInt2alpha_function_works_as_advertised.tolProb_errors_correctly_E1
- Testing_agrInt2alpha_function_works_as_advertised.tolProb_errors_correctly_E2
- Testing_agrInt2alpha_function_works_as_advertised.tolProb_errors_correctly_E3
- Testing_ai_function_works_as_advertised.ai_errors_correctly_E1
- Testing_ai_function_works_as_advertised.ai_errors_correctly_E2
- Testing_ai_function_works_as_advertised.ai_errors_correctly_E3
- Testing_ai_function_works_as_advertised.ai_errors_correctly_E4
- Testing_ai_function_works_as_advertised.ai_returns_correct_classes
- agrInt2alpha-examples
- ai-examples
- aiAdj-examples
- plot.ai-examples
- summary.ai-examples
- testthat
- tolProb-examples