lechner_se: Lechner's Standard Error for the ATT

Description Usage Arguments Value References Examples

View source: R/Lechner-SE.R

Description

Calculates the Standard Error for the Average Treatment Effect with Lechner's method.

Usage

1
lechner_se(obj, Y)

Arguments

obj

MatchIt Object

Y

Response Vector

Value

SE for the ATT of Y

References

Lechner, M. (2001). Identification and estimation of causal effects of multiple treatments under the conditional indepence assumption. In M. Lechner & F. Pfeiffer (Eds.), Econometric Evaluation of Labour Market Policies (pp. 43-58). Physica-Verlag: Heidelberg.

Examples

1
2
3
4
5
6
7
8
## Not run: 
  library(MatchIt)
  data("lalonde")
  m.out  <- matchit(treat ~ educ + black, data = lalonde)
  att(obj = m.out, Y = lalonde$re78)
  lechner_se(obj = m.out, Y = lalonde$re78)

## End(Not run)

MatchItSE documentation built on May 29, 2017, 4:30 p.m.