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
xtreg adjusted for heteroskedasticiy and firm-level clusteringHello, I have unbalanced panel data (74 companies with a total of 800 observations over 18 years). …
I am trying to make something like -levelsof- saving the levels of a variable, but not in a local, rather in a another variable.Good morning, I often use -levelsof- to loop through the levels of an unequally spaced variable. It…
syndicated loan proxyHello everyone, I am trying to create a proxy that captures whether a loan is considered syndicated…
Significant interaction term but no increase in r2Hey everyone, I was just wondering how to interpret my interaction terms in my regression analysis. …
Wrong observation number and cluster numberHi, I am currently puzzled by having a different observation and cluster count in the regression mo…
Subscribe to:
Post Comments (Atom)
0 Response to Occupation categoization according to STEM definition
Post a Comment