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
Testing for selection biasHello everyone, I was wondering if anyone knows how to test for differences in characteristics for …
reproducible reports from stata to lyxis there a command to reproduce or copy tables from stata into LYX (lyx is platform for latex)? …
how to export results of group regressions and subsequent calculations using runbyI need to run panel regressions with fixed effects multiple times. Regressions are run (1) for depen…
Comparing two datasets and identify mismatch Hi, I am working on two datasets wich contain the same variables, but different number of observat…
A question about SVY data propoetionGood day everybody. I am trying to calculate the proportion of one of the survey variables, over a …
Subscribe to:
Post Comments (Atom)
0 Response to percentage change
Post a Comment