Hi all,
I am trying to run a multivariate logistic regression. I have some independent variables, for which I performed univariate regression analyses to see which factors are significant. No error appeared. I then put all the significant variables into a multivariate model. However, for one of the independent variable e.g. YEAR (2010, 2011, 2012, 2013), Stata indicates that there is no observations for the reference year (2010) and another year (2011) is omitted due to collinearity.
In the table for multivariate logistic regression:
YEAR Odds Ratio Std. Err.
2010 1 (empty)
2012 .7434123 .1081421
2013 1 (omitted)
Like to check what is the problem and is there any way to overcome this? Subsequently, in the multivariate analysis, I plan to manually remove variables that has P > 0.05, till I arrive at the final model. If I encountered the situation above, is it advisable for me to remove 'YEAR' immediately from the model and continue with my procedure? Thank you!
I am trying to run a multivariate logistic regression. I have some independent variables, for which I performed univariate regression analyses to see which factors are significant. No error appeared. I then put all the significant variables into a multivariate model. However, for one of the independent variable e.g. YEAR (2010, 2011, 2012, 2013), Stata indicates that there is no observations for the reference year (2010) and another year (2011) is omitted due to collinearity.
In the table for multivariate logistic regression:
YEAR Odds Ratio Std. Err.
2010 1 (empty)
2012 .7434123 .1081421
2013 1 (omitted)
Like to check what is the problem and is there any way to overcome this? Subsequently, in the multivariate analysis, I plan to manually remove variables that has P > 0.05, till I arrive at the final model. If I encountered the situation above, is it advisable for me to remove 'YEAR' immediately from the model and continue with my procedure? Thank you!
Comment