안녕하세요,
현재 PSM 에서 standardized difference 가 그래프로만 나오고 값이 제시가 안되는것 같은데,
혹시 어떻게 구할 수 있는 방법이 있을지 여쭙습니다.
감사합니다.
Comment 1
-
cardiomoon
2018.01.29 23:03
안녕하세요,
현재 PSM 에서 standardized difference 가 그래프로만 나오고 값이 제시가 안되는것 같은데,
혹시 어떻게 구할 수 있는 방법이 있을지 여쭙습니다.
감사합니다.
2018.01.29 23:03
다음과 같은 방법으로 하시면 될 것 같습니다.
library(MatchIt)
data(lalonde)
m.out1 <- matchit(treat ~ re74 + re75 + age + educ, data = lalonde,
method = "nearest", distance = "logit")
summary(m.out1)
m.data1 <- match.data(m.out1)
summary(m.data1)
웹R에는 다음번 업그레이드 때 추가하겠습니다.
다음 문헌을 참조하십시요.
matchit.pdf