CRAN
maxadjAUC 0.1.0
Maximizing the Adjusted AUC
Released Mar 14, 2018 by Allison Meisner
This package can be loaded by Renjin but no tests could be found for the package.
Dependencies
survival 2.41-3 Hmisc 4.1-1 Rsolnp 1.16 aucm 2018.1-24
Fits a linear combination of predictors by maximizing a smooth approximation to the estimated covariate-adjusted area under the receiver operating characteristic curve (AUC) for a discrete covariate. (Meisner, A, Parikh, CR, and Kerr, KF (2017)
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>maxadjAUC</artifactId> <version>0.1.0-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:maxadjAUC')