Re: [R] Propensity score matching in R using Classification tree method

2012-01-10 Thread Frank Harrell
A single tree will undermatch subjects. Frank ardsiiitmg wrote > > I can able to calculate the propensity score using classification tree > method. > And if i am trying to find the PS matching i am getting error.(Error in > Match(Y = Y, Tr = Tr, X = ps0) : length(Y) != length(Tr)) > > Propensity

[R] Propensity score matching in R using Classification tree method

2012-01-10 Thread ardsiiitmg
I can able to calculate the propensity score using classification tree method. And if i am trying to find the PS matching i am getting error.(Error in Match(Y = Y, Tr = Tr, X = ps0) : length(Y) != length(Tr)) Propensity score matching: library("rgenoud") library("Matching") data("Passport") attach