Learn R Programming

MatchItSE (version 1.0)

abadie_imbens_se: Abadie Imben's Standard Error for the ATT

Description

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

Usage

abadie_imbens_se(obj, Y)

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

Run this code
## 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)

Run the code above in your browser using DataLab