CRAN
DTComPair 1.0.3
Comparison of Binary Diagnostic Tests in a Paired Study Design
Released Feb 16, 2014 by Christian Stock
This package can be loaded by Renjin but 10 out 22 tests failed.
Dependencies
This package contains functions to compare the accuracy of two binary diagnostic tests in a "paired" study design, i.e. when each test is applied to each subject in the study.
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>DTComPair</artifactId> <version>1.0.3-b239</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:DTComPair')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- DLR-examples
- Paired1-examples
- acc.1test-examples
- acc.paired-examples
- dlr.regtest-examples
- dtcompair-package.rd
- generate.paired-examples
- print.acc.1test-examples
- print.acc.paired-examples
- print.tab.1test-examples
- print.tab.paired-examples
- pv.gs-examples
- pv.rpv-examples
- pv.wgs-examples
- read.tab.1test-examples
- read.tab.paired-examples
- represent.long-examples
- sesp.diff.ci-examples
- sesp.exactbinom-examples
- sesp.mcnemar-examples
- tab.1test-examples
- tab.paired-examples