att: Average Treatment Effect for the Treated (ATT)

Description Usage Arguments Value Examples

View source: R/ATT.R

Description

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

Usage

1
att(obj, Y)

Arguments

obj

MatchIt Object

Y

Response Vector

Value

The ATT for Y

Examples

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

## End(Not run)

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