Hi,
I working with a panel data, 6 years of data. I am trying to use propensity score matching to match individuals who have had the treatment to those in the control. When I use the following command:
"global treatment "t"
global ylist "hn"
global xlist "age female married urban educ_primary educ_lsecondary educ_usecondary "
xtset nmergeid t
** Common Support
xtreg $ylist $tretment $xlist if country==11
psmatch2 $treatment $xlist if country==11, out(hn) common
//psgraph
pstest $xlist"
I am able to get propensity scores, however, I am getting multiple scores for one given individual, which does not seem correct. Data is in long-form so for id1 there are 3 different _pscores (Individual 1 only took part in the survey for 3 years). Shouldn't id1 have one pscore? Can someone help? Thank you!
Related Posts with Propensity Score Matching in a Panel setting
Error when using -summtab-Hi! I use Stata 15 on a Windows PC (Word 2013), and I am trying to make a descriptive table with th…
fixed effect model with industry dummy variableshi all, im new to Stata I will appreciate ur answer for solving my prob. Im using three types of var…
New versions of cprdonsutil and cprdhesutil on SSCThanks as always to Kit Baum, new versions of the cprdonsutil and cprdhesutil packages are now avail…
Non Linear Maximum Likelihood EstimationI have a nonlinear model: Y = B_0 + B_1*(x_1) + ((B_1)^2)*(x_2) + (B_0)*(B_1)*((x_3)^2) + (B_2)*(x_4…
rdrobustI am using the following rdrobust command: rdrobust health cage if male==1, c(0) fuzzy(retired) cov…
Subscribe to:
Post Comments (Atom)
0 Response to Propensity Score Matching in a Panel setting
Post a Comment