I have been trying to use calloway and Santanna DiD on IPUMS CPS data but not doing so well due to having repeated cross section.
The other day I came across an online thread where it was suggested that if I collapse it on state level then this will be easy to implement due to the nature of repeated cross section. At first I clean and collapse the data at state level in stata then I run the CSDiD on R.
If anyone can kindly give me a feedback on my coding , that's going to make a big difference in further progress of my research.
*** Collapsing on state level ( I collapsed year but I ain't sure that's a right thing to do or not . However, I'll need the year variable for CSDID implementation later )
collapse ln_incwage male ismarried wasmarried age black asian hispanic lths hsdegree somecollege law_change year gvar [aw=asecwt], by(statefip)
Does the collapsing on state level seem reasoanble ?
Related Posts with CSDID Implementation after collapsing on state level
Creating a table using stored values from xtsumDear all, I would like to create a table automatically using stored values. I run a command Code:…
ROC ComparisonHello All, I am trying to do a ROC Curve Comparison looking at three different models in the same d…
Help with long dataHi, I have previously posted here and received great help. Need help with one last area that I am r…
Defining value labels based on varlistDear all, I am writing a program which at the beginning I define a varlist: syntax varlist (min=3 n…
Reference category in mi estimate logisticDear all, I would like to do a logistic regression with multiple imputed data. My syntax is: mi es…
Subscribe to:
Post Comments (Atom)
0 Response to CSDID Implementation after collapsing on state level
Post a Comment