I am trying to test for interaction effect in my logistic model where outcome is dummy and the two interacting term is categorical. One of the independent term is dummy and other one has 4 categories. When I tried to run it using y x1#x2, gives me the error below. The model runs but it doesn't give odds ratio for 0 1, 0 2, and 1 4 combination. I have attached the image from the results. urbanrural is dummy where 0 means rural and 1 means urban and cat_white has 4 categories with <5%, 6%-25%, 26%-50%, and >50%. Also, it is not using 209 observations, I have 30513 obs but the model is using 30304 obs. Please suggest what is the best possible way to handle this, so that it gives me odds ratio for all possible combinations.
note: 0.urbanrural#1.cat_white != 0 predicts failure perfectly
0.urbanrural#1.cat_white dropped and 62 obs not used
note: 0.urbanrural#2.cat_white != 0 predicts failure perfectly
0.urbanrural#2.cat_white dropped and 147 obs not used
note: 1.urbanrural#4.cat_white omitted because of collinearity
Related Posts with How to test Interaction in Logistic Regression with categorical independent variables (1 is dummy, other one has 4 categories)?
Flipping models, coefficients, number of observations and number of clusters with esttabHello everyone, Firstly, I am a Stata 14 user. I have a question regarding esttab command and flipp…
Reformatting a monthly date variableI have a date variable in month-year format that looks like "2012m8". I got to that format using the…
Graph Scale and Text when using Graph Combine CommandI want to combine graphs, but when I do, the formatting is almost always problematic. If I have thr…
How to rank value in each specific date of each firmsHi all, I have data as follow (from 04Jan2012 to 31Dec2021) Code: * Example generated by -dataex-. …
weighted random effects model with clustered SEHello: I want to estimated a weighted RE model with clustered standard errors. The xtreg does not a…
Subscribe to:
Post Comments (Atom)
0 Response to How to test Interaction in Logistic Regression with categorical independent variables (1 is dummy, other one has 4 categories)?
Post a Comment