lalonde.matched.ps {randChecks}R Documentation

A 1:1 Propensity Score Matched Dataset for the Lalonde (1986) Data

Description

A optimal 1:1 propensity score matched dataset for the Lalonde (1986) dataset.

Usage

data(lalondeMatches)

Format

370 units (rows) and 10 variables (columns). The columns are:

Details

The optimal 1:1 propensity score matched dataset was produced using the MatchIt R package. The propensity scores were estimated using logistic regression, where treat was the outcome and the other variables were the covariates (within no interactions included).

References

LaLonde, R. J. (1986). Evaluating the econometric evaluations of training programs with experimental data. The American Economic Review, 604-620.

Examples

	data(lalondeMatches)
	lalonde.matched.ps

[Package randChecks version 0.2.1 Index]