Hello All,
I am running a linear regression. One of my independent variables were categorical, the rest is continuous
I had 6 standardized vehicle brands in that categorical variables. I transformed each brand into numerical values (1-Honda, 2-Toyota....). I changed the data types to v_string (for that categorical variable). Then, I ran the regression. Based on the output table, my understanding is that the regression took care of the dummy conversion automatically. Am I missing something here?