Hello
I am a novice STATA user.
I have a simple regression model looking at the effect of a binary variable (gender) and a categorical variable (age group (1=<65 2=65-74, 3=75+) on a dependent binary variable "A". I am not sure how to interpret my output from the following command and whether I should use lincom afterwards to calculate the ORs for the interaction terms or if I should just use the existing output?
logistic A i.agegroup i.gender i.agegroup#i.gender
Logistic regression Number of obs = 20919
LR chi2(6) = 421.81
Prob > chi2 = 0.0000
Log likelihood = -12102.948 Pseudo R2 = 0.0171
agegroup3 |
2 | 1.618443 .074152 10.51 0.000 1.479442 1.770503
3 | 2.237386 .1203289 14.97 0.000 2.01355 2.486105
|
1.gender | 1.410541 .0937332 5.18 0.000 1.238288 1.606755
|
agegroup3#gender |
2#1 | .7326569 .0705965 -3.23 0.001 .6065709 .8849519
3#1 | .7091284 .0663833 -3.67 0.000 .5902577 .8519381
The ORs for the interaction terms are lower than the independent variables and I was expecting the ORs to be >1, why is that? I tested whether the interaction term was significant using a post estimation LR test and it was.
Should I now use lincom to calculate the ORs for the interaction terms separately?
Many thanks everyone
I am a novice STATA user.
I have a simple regression model looking at the effect of a binary variable (gender) and a categorical variable (age group (1=<65 2=65-74, 3=75+) on a dependent binary variable "A". I am not sure how to interpret my output from the following command and whether I should use lincom afterwards to calculate the ORs for the interaction terms or if I should just use the existing output?
logistic A i.agegroup i.gender i.agegroup#i.gender
Logistic regression Number of obs = 20919
LR chi2(6) = 421.81
Prob > chi2 = 0.0000
Log likelihood = -12102.948 Pseudo R2 = 0.0171
agegroup3 |
2 | 1.618443 .074152 10.51 0.000 1.479442 1.770503
3 | 2.237386 .1203289 14.97 0.000 2.01355 2.486105
|
1.gender | 1.410541 .0937332 5.18 0.000 1.238288 1.606755
|
agegroup3#gender |
2#1 | .7326569 .0705965 -3.23 0.001 .6065709 .8849519
3#1 | .7091284 .0663833 -3.67 0.000 .5902577 .8519381
The ORs for the interaction terms are lower than the independent variables and I was expecting the ORs to be >1, why is that? I tested whether the interaction term was significant using a post estimation LR test and it was.
Should I now use lincom to calculate the ORs for the interaction terms separately?
Many thanks everyone
Comment