I have earnings data for two years, 2010 and 2020 I want percentage change separate for female and male by occupation and education
I have run these command, what is the next step ?
assert inlist(year, 2010, 2020)
bysort occupation educ (year) :gen pchange = 100*(wage[2]-wage[1])/wage[1]
Related Posts with percentage change
How to run a regression per observationDear all, I'm trying to determine the degree of conservatisme In order to do that I want to use the…
Stata help overconfidence MeasureHi, I am doing research which requires me to calculate a variable of Overconfidence measure for CEO…
Creating a new data set (monthly to yearly)My monthly data set looks like the following. Code: +---------------------------------------+ | …
Should ATT equal ATU?Dear Stata users, This is a question pertaining to propensity score matching, or put it more correc…
How to interpret results from xtreg difference in differencesHi- This is my first time posting. I have read a number of super helpful posts (thank you Clyde Sch…
Subscribe to:
Post Comments (Atom)
0 Response to percentage change
Post a Comment