CRAN
twostageTE 1.3
Two-Stage Threshold Estimation
Released Sep 27, 2015 by Shawn Mankad
This package can be loaded by Renjin but 1 out 17 tests failed.
Dependencies
Implements a variety of non-parametric methods for computing one-stage and two-stage confidence intervals, as well as point estimates of threshold values.
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>twostageTE</artifactId> <version>1.3-b38</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:twostageTE')
Test Results
This package was last tested against Renjin 0.9.2709 on Nov 8, 2018.
- RVforLR_realizations-examples
- chernoff_realizations-examples
- estimateDeriv-examples
- estimateSigmaSq-examples
- likelihoodConfidenceInterval-examples
- linearBootstrapConfidenceInterval_stageTwo-examples
- pava-examples
- plot.twostageTE-examples
- print.twostageTE-examples
- stageOneAnalysis-examples
- stageTwoAnalysis-examples
- summary.twostageTE-examples
- threshold_estimate_ir-examples
- threshold_estimate_locLinear-examples
- twostageTE-package-examples
- waldConfidenceInterval_ir_stageOne-examples
- waldConfidenceInterval_ir_stageTwo-examples