I have a query on how to interpret the result for multiple regression with categorical variables. I have categorical variable called Stay_In_current_city_years which has 5 levels. After running the linear model I get an output with 4 different p-values.
How do I interpret this result? Does it mean that Stay_In_current_city_years1 with p-value=.0746 is not a significant predictor and Stay_In_Current_City_Years2 with p-value=.005 is a significant predictor?
If so how would remove the variables which are not statistically significant?
Thanks
Best Answer
Can you specify the levels of the stay_in_current_city_years variable? One of the categories becomes the reference category and that's why you have 4 p-values. The categories with p-values > 0.05 are considered to be not significantly different from the reference category with respect to their effect on the outcome variable.
Similar Posts:
- Solved – How to interpret insignificant categorical variables for logistic regression
- Solved – How to interpret insignificant categorical variables for logistic regression
- Solved – categorical independent variable with three levels and binary logistic regression
- Solved – Spearman’s rho for nominal / metrical data
- Solved – Spearman’s rho for nominal / metrical data