Hello stata community,
I believe I'm having trouble coding the occupation of IPUMS CPS dataset according to the definition of STEM in an efficient way ? Could anyone kindly help me to code it up in a less time consuming method or provide me some insight how can I do it ?
They have plenty of category for occupation , if I have to do it one by on that will just take too much time and therefore asking for the kind guidance of any person who is experienced with this matter.
Example generated by -dataex-. For more info, type help dataex
clear
input int occ90ly
label values occ90ly occ90ly_lbl
label def occ90ly_lbl 276 "Cashiers", modify
label def occ90ly_lbl 453 "Janitors", modify
label def occ90ly_lbl 479 "Farm workers", modify
label def occ90ly_lbl 567 "Carpenters", modify
label def occ90ly_lbl 999 "NIU", modify
Related Posts with Occupation categoization according to STEM definition
JointPoint / test of secular trendsDear all, I've calcuted incidence rates (using Poisson with offset[logtime] and 1-year age bands and…
another questions about converting HRF datetime to SIFI have read "help datetime", but am still having trouble converting a string datetime variable into …
xtpcse regression with fixed effectsHello, I have a panel of 50 countries over 25 years and I would like to perform a regression with pa…
Stacked bar graph per groupsDear all, I would like to realize a stacked graph bar showing the different values of each category…
Changing lasso settingsDear fellow Stata users, I am running lasso regressions using such routines as lasso2 and cvlasso. …
Subscribe to:
Post Comments (Atom)
0 Response to Occupation categoization according to STEM definition
Post a Comment