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
Stata 18 data editor displaying ampersands incorrectly in string variable observationsI am experiencing an issue with the data editor displaying string ampersands (ASCII Code 38) in Stat…
ASGEN command for weighted averageHello everyone, I have to compute the weighted average of democratic scores in the destination cou…
[Error: icio] Missing adb tables (2001-2006)Hello everyone, I want to ask how I can contact or report issues in using the icio command. I am cur…
Force negative time values in 'stset'Dear Stata users, I wonder if there is any way to force negative time values (age-centred) in stset…
Fixed effect regression questionsHello, i'm kinda new to stata and empirical research so sorry if this question is very basic. 1: S…
Subscribe to:
Post Comments (Atom)
0 Response to Occupation categoization according to STEM definition
Post a Comment