subclass_eff_est: Estimation ATT and ATE after stratification

Description Usage Arguments Value Author(s) Examples

Description

After stratification, estimation the weighted mean difference. Return estimates of ATT and ATE

Usage

1
subclass_eff_est(object, y)

Arguments

object

The output object from matchit. This is a required input.

y

outcome variable. This is a required input.

Value

Fuction returns a list with the ATT and ATE estimates

Author(s)

Hui Lin, longqiman@gmail.com

Examples

1
2
3
4
## Not run: 
subclass_eff_est(m2.out, match.data(m2.out)$CORN_UNITS_CHG)

## End(Not run)

happyrabbit/DataScienceR documentation built on May 17, 2019, 2:41 p.m.