CRAN

Matching 4.9-6

Multivariate and Propensity Score Matching with Balance Optimization

Released May 7, 2019 by Jasjeet Singh Sekhon

This package can be loaded by Renjin but there was an error compiling C/FORTRAN sources and 10 out 11 tests failed.

Dependencies

MASS 7.3-51.4

Provides functions for multivariate and propensity score matching and for finding optimal balance based on a genetic search algorithm. A variety of univariate and multivariate metrics to determine if balance has been obtained are also provided.

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>Matching</artifactId>
    <version>4.9-6-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:Matching')

Test Results

This package was last tested against Renjin 0.9.2726 on May 9, 2019.