Dear all,
I have a dataset comprising thousands of individuals. For each individual I have, among others, region of residence (there are 9 overall) and marital status.
I am required to create a dummy for each region and each should be called like the corresponding region. I have tried the following code:
dummies region
rename region1 Pacific
rename region2 East_South
rename region3 West_South
rename region4 Mountain
rename region5 New_England
rename region6 South_Atlantic
rename region7 West_North
rename region8 East_North
rename region9 Middle_Atlantic
However, I was looking for a more compact way to do this, given that I must create a new variable including all the regional dummies as well as marital status.
Thank you in advance,
Best regards,
AC
Related Posts with Creating dummy variables with category names
Adding lines at 95% CI to kdensity plotHi all, I want to add red lines at the 95% confidence interval (one on each side) in this kdensity …
How do I expand period data into data by year?Hello, relatively new user here, using stata for my university class and have a base level proficien…
Save results of estat ptrends to fileHow can I save the result of `estat ptrends` and `estat granger` to file? I have tried with etable, …
Difference in difference analysis, defining treatment and control groupsI want to run a difference in differences design. I have a balanced panel of individuals across 10 …
Disable variable expansionHi, it happens the following, I write for example: Code: use "db.dta" [...] gen year = start + de…
Subscribe to:
Post Comments (Atom)
0 Response to Creating dummy variables with category names
Post a Comment