CRAN
NITPicker 1.0.1
Finds the Best Subset of Points to Sample
Released Jan 10, 2019 by Daphne Ezer
Dependencies
fda.usc 1.4.0 fda 2.4.8 fdasrvf 1.8.3
Given a few examples of experiments over a time (or spatial) course, 'NITPicker' selects a subset of points to sample in follow-up experiments, which would (i) best distinguish between the experimental conditions and the control condition (ii) best distinguish between two models of how the experimental condition might differ from the control (iii) a combination of the two. Ezer and Keir (2018)
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>NITPicker</artifactId> <version>1.0.1-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:NITPicker')
Test Results
This package was last tested against Renjin 0.9.2719 on Jan 12, 2019.