Learn R Programming

MatchItSE (version 1.0)

att: Average Treatment Effect for the Treated (ATT)

Description

Calculate the ATT for a given MathIt object and a given response vector.

Usage

att(obj, Y)

Arguments

obj
MatchIt Object
Y
Response Vector

Value

The ATT for Y

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)
# ## End(Not run)

Run the code above in your browser using DataLab