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

psych 1.8.4

A tool for calculating agreement interval of two measurement methods (Jason Liao (2015) ) and present results in plots with discordance rate and/or clinically meaningful limit to quantify agreement quality.

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>

View build log

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.

Source

R

View GitHub Mirror

Release History