I am using US Census data and have two variables that I want to combine into one. The first is race which I've already recoded into 5 values (White, Black, Native American, Asian and Multiracial). The second is Hispanic origin which I've recoded into a binary yes or no. I want to combine these into one race/ethnicity categorical variable with the following values:
- White, non-Hispanic
- Black, non-Hispanic
- Native American
- Asian
- Multiracial
- Hispanic
Comment