CRAN

mmsample 0.1

Multivariate Matched Sampling

Released Dec 31, 2018 by Eoin O'Connell

This package is available for Renjin and there are no known compatibility issues.

Dependencies

MASS 7.3-51.1 Rcpp RcppArmadillo 0.9.200.5.0

Subset a control group to match an intervention group on a set of features using multivariate matching and propensity score calipers. Based on methods in Rosenbaum and Rubin (1985).

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>mmsample</artifactId>
    <version>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>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:mmsample')

Test Results

This package was last tested against Renjin 0.9.2717 on Jan 2, 2019.

Source

R
C++

View GitHub Mirror

Release History