Hello,
I ran nbreg for the same outcome variable with two different primary independent variables and same covariates.
Is there any way that I can compare these two different primary independent variables?
Both of VAR1 and VAR2 were statistically significant. But IRR was larger for var1 than for var2.
In case results were shown as below, can I say that var1 is a better predictor for the outcome variable?
Thank you.
I ran nbreg for the same outcome variable with two different primary independent variables and same covariates.
Code:
nbreg conditions var1 covar1 covar2 covar3 covar4, exposure(pop) irr
Code:
nbreg conditions var2 covar1 covar2 covar3 covar4, exposure(pop) irr
Both of VAR1 and VAR2 were statistically significant. But IRR was larger for var1 than for var2.
In case results were shown as below, can I say that var1 is a better predictor for the outcome variable?
IRR | Std.err | Z | P | 95% | CI | ||
var1 | 1.16 | 0.017 | 9.7 | 0.000 | 1.21 | 1.19 | |
var1 | 1.10 | 0.015 | 6.9 | 0.000 | 1.07 | 1.12 |
Thank you.
Comment