CRAN
MatchingFrontier 1.0.0
Computation of the Balance - Sample Size Frontier in Matching Methods for Causal Inference
Released Mar 31, 2015 by Christopher Lucas
Dependencies
MASS 7.3-50 igraph 1.2.2 segmented 0.5-3.0
Returns the subset of the data with the minimum imbalance for every possible subset size (N - 1, N - 2, ...), down to the data set with the minimum possible imbalance. Also includes tools for the estimation of causal effects for each subset size, functions for visualization and data export, and functions for calculating model dependence as proposed by Athey and Imbens.
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>MatchingFrontier</artifactId> <version>1.0.0-b40</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:MatchingFrontier')
Test Results
This package was last tested against Renjin 0.9.2689 on Aug 26, 2018.