Dear all,
I have svyset. I am trying to run:
wjnilf is binary. I am also doing a probit and glm logit. However, I also want to run a didregress. However, unlike probit and logit, I can't svy didregress. How can I use weights in did? Thanks.
I have svyset. I am trying to run:
Code:
didregress (wjnilf i.racecat i.sex age c.age#c.age i.educat fullpart incwage) (treat14), group(statefips) time(year) aggregate(dlang)
Comment