Solved – Multiple regression with categorical variables

categorical datamultiple regression

I have a data set with 3 continuous variables and 3 categorical variables. I know that I have to create dummy variables for categorical variables but I am wondering if it is a must to do that for all 3 categorical variables in this case?

Best Answer

One advantage (out of many) of using R is that it takes care of this problem for you -- no need to assign dummies (just make sure the categorical variables are entered as strings instead of numbers).

Some basics: Multiple regression in R