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
variable not found Code: * Example generated by -dataex-. To install: ssc install dataex clear input str3 countrycode …
Long to wide with continuous timeHi everyone, I am looking for a way to convert a dataset from the long format to a wide format. How…
How to convert Fairness in Financial Contribution index (FFC) to codeGreeting, I am trying to convert the following formula to STATA code, but I could not. Array The FF…
Instrumental Variables (as Two Stage Least Squares 2SLS)Hello guys, Please I need help, I have questions about Instrumental Variables (Two Stage Least Squa…
Moderation effect Graph in StataHi everyone, I have been trying to plot interaction graphs for one of my research works, but I have…
Subscribe to:
Post Comments (Atom)
0 Response to Creating dummy variables with category names
Post a Comment