Learn R Programming

MatchItSE (version 1.0)

bootstrap.se: Non-parametric bootstrap Standard Error for the ATT

Description

Calculate the SE for the ATT with a non-parametric bootstrap method.

Usage

bootstrap.se(obj, Y, max.iter = 1000)

Arguments

obj
MatchIt Object
Y
Response Vector
max.iter
Maximum bootstrap Iterations. Default is 1000.

Value

SE for the ATT of 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)
#   bootstrap.se(obj = m.out, Y = lalonde$re78)
# ## End(Not run)

Run the code above in your browser using DataLab