data("lalonde")
# URI regression for ATT
lmw.out1 <- lmw(~ treat + age + education + race + married +
nodegree + re74 + re75, data = lalonde,
estimand = "ATT", method = "URI",
treat = "treat")
lmw.fit1 <- lmw_est(lmw.out1, outcome = "re78")
lmw.fit1
# Influence using SIC
plot(lmw.fit1, type = "influence")
# Usual regression diagnostics
plot(lmw.fit1, type = "lm", which = 1)
Run the code above in your browser using DataLab