CRAN

diffdepprop 0.1-9

Calculates Confidence Intervals for two Dependent Proportions

Released May 3, 2013 by Daniela Wenzel

This package can be loaded by Renjin but 1 out 13 tests failed.

Dependencies

gee 4.13-19 PropCIs 0.3-0 rootSolve 1.7

The package includes functions to calculate confidence intervals for the difference of dependent proportions. There are two functions implemented to edit the data (dichotomising with the help of cutpoints, counting accordance and discordance of two tests or situations). For the calculation of the confidence intervals entries of the fourfold table are needed.

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>diffdepprop</artifactId>
    <version>0.1-9-b240</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:diffdepprop')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.

Source

R

View GitHub Mirror

Release History