Hey,
with your help I could change a variable with numeric values (e.g. age or income) to a categorical variable. The question now is if I can use these created categorical variables directly for regression analysis. As my dependent variable is continuous I can still use a linear regression model. But du I have to create k-1 dummy variables from the categorical variable or does it work without this step?
with your help I could change a variable with numeric values (e.g. age or income) to a categorical variable. The question now is if I can use these created categorical variables directly for regression analysis. As my dependent variable is continuous I can still use a linear regression model. But du I have to create k-1 dummy variables from the categorical variable or does it work without this step?
Comment