Hi statalist,
I am stuck with using command "suest" after using "csdid2".
What I am doing is heterogeneity analysis by gender after estimating the effect of policy on schooling separately.
I tried the "suest"
However, the message popped up
Does anyone have any idea of how to deal with this problem using CSDID2?
Or, any alternative suggestion to compare two different group-time ATTs between men and women?
Thank you so much in advance!
I am stuck with using command "suest" after using "csdid2".
What I am doing is heterogeneity analysis by gender after estimating the effect of policy on schooling separately.
I tried the "suest"
Code:
csdid2 schooling if female==1, time(year) gvar(group) cluster(villagecode) method(dripw) estat simple, estore(female) csdid2 schooling if female==0, time(year) gvar(group) cluster(villagecode) method(dripw) estat simple, estore(male) suest female male
Code:
"estimation sample of the model saved under female could not be restored"
Or, any alternative suggestion to compare two different group-time ATTs between men and women?
Thank you so much in advance!
Comment