abadie_imbens_se: Abadie Imben's Standard Error for the ATT

Description Usage Arguments Value References Examples

View source: R/Abadie-Imbens-SE.R

Description

Calculate the SE for the ATT with Abadie & Imben's method.

Usage

1

Arguments

obj

MatchIt Object

Y

Response Vector

Value

SE for the ATT of Y

References

Abadie, A., Drukker, D., Herr, J.L. & Imbens, G. (2004).Implementing matching estimators for average treatment effects in Stata. The Stata Jorunal (4), pp. 290 - 311.

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)
  abadie_imbens_se(obj = m.out, Y = lalonde$re78)

## End(Not run)

Example output

[1] -865.5809
[1] 808.585

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