CRAN
nearfar 1.1
Near-Far Matching
Released Jun 2, 2017 by Joseph Rigdon
Dependencies
GenSA 1.1.6 car 2.1-6 nbpMatching 1.5.1 MASS 7.3-47
Near-far matching is a study design technique for preprocessing observational data to mimic a pair-randomized trial. Individuals are matched to be near on measured confounders and far on levels of an instrumental variable.
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>nearfar</artifactId> <version>1.1-b10</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:nearfar')
Test Results
This package was last tested against Renjin 0.8.2561 on Dec 22, 2017.