CRAN
GsymPoint 1.1.1
Estimation of the Generalized Symmetry Point, an Optimal Cutpoint in Continuous Diagnostic Tests
Released Feb 23, 2017 by M�nica L�pez-Rat�n
Dependencies
Rsolnp 1.16 ROCR 1.0-7 truncnorm 1.0-8
Estimation of the cutpoint defined by the Generalized Symmetry point in a binary classification setting based on a continuous diagnostic test or marker. Two methods have been implemented to construct confidence intervals for this optimal cutpoint, one based on the Generalized Pivotal Quantity and the other based on Empirical Likelihood. Numerical and graphical outputs for these two methods are easily obtained.
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>GsymPoint</artifactId> <version>1.1.1-b15</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:GsymPoint')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- AUC.Coronary_artery_example_with_ties
- AUC.Melanoma_example_without_ties
- AUC.Prostate_example_with_ties
- AUC.Toy_example_with_ties
- control.gsym.point-examples
- elastase-examples
- gsym.point-examples
- melanoma-examples
- plot.gsym.point-examples
- print.gsym.point-examples
- prostate-examples
- summary.gsym.point-examples
- testthat