I am having a hard time interpreting a logistic regression after I used lincom to show 10% and 90% increases in my independent variables; the outcome is cluster vs non-cluster county.
The code I used after my regression was:
lincom variable1*0.10 and lincom variable1*0.90
I receive the Odds Ratios:
But, I am having a hard time interpreting this. From my understanding this output shows that for a 10% increase in the Percentage of Families Below Poverty the odds for being a cluster county is 0.97 times lower. Whereas, for a 90% increase in the Percentage of Families Below Poverty the odds for being a cluster county were 0.88 times lower.
Does anyone know of a good reference to help with interpreting these findings? Or if there is another command besides lincom to try to explain continuous independent variables in Stata (all of my variables are percentages).
The code I used after my regression was:
lincom variable1*0.10 and lincom variable1*0.90
I receive the Odds Ratios:
Odds Ratio (OR) | 95% CI | P-Value | |
10% Increase in Percentage Families Below Poverty | 0.97 | 0.97,1.00 | 0.002 |
90% Increase in Percentage Families Below Poverty | 0.88 | 0.85,0.97 | 0.002 |
*Actual Numbers Changed |
Does anyone know of a good reference to help with interpreting these findings? Or if there is another command besides lincom to try to explain continuous independent variables in Stata (all of my variables are percentages).
Comment