Dear all, I am using a national perception survey data to find out how corruption is linked with sympathy for anti government groups.
I am using OLS regression, I also want to control for some demographics too, for ex: region and province.
The region and province variables are nominal which have 8 and 34 unique values, respectively.
Can I use the following command
Or do I have to create dummy variables for each levels of controlling variables (region and province)?
Any idea please.
I am using OLS regression, I also want to control for some demographics too, for ex: region and province.
The region and province variables are nominal which have 8 and 34 unique values, respectively.
Can I use the following command
Code:
reg sympathy corruption region province
Any idea please.
Comment