CRAN
GenBinomApps 1.0-2
Clopper-Pearson Confidence Interval and Generalized Binomial Distribution
Released Jun 30, 2014 by Horst Lewitschnig
Density, distribution function, quantile function and random generation for the Generalized Binomial Distribution. Functions to compute the Clopper-Pearson Confidence Interval and the required sample size. Enhanced model for burn-in studies, where failures are tackled by countermeasures.
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>GenBinomApps</artifactId> <version>1.0-2-b283</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:GenBinomApps')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.