Stata 14.1 SE runs on Mac OS X Lion 10.7.5.
Background:
Exmple from the output:
Firthlogit, or
-----------------------------------------------------------------------------------------
Outcome | OddsRatio Std. Err. z P>|z| [95% Conf. Interval]
------------------------+----------------------------------------------------------------
X 2.499915 .6780606 3.38 0.001 1.469099 4.254021
Cons .0000171 .0000175 -10.75 0.000 2.31e-06 .0001267
-----------------------------------------------------------------------------------------
Firthlogit
Outcome Coef. Std. Err. z P>|z| [95% Conf. Interval]
------------------------+----------------------------------------------------------------
X . 9162569 .2712334 3.38 0.001 .3846492 1.447865
Cons -10.97579 1.02132 -10.75 0.000 -12.97754 -8.974041
-----------------------------------------------------------------------------------------
many thanks in advance for you help,
all the best,
Guest
Background:
- 8 binary variables, 1 binary outcome
- I run “logistic, reporting odds ratio”. Output shows very large ORs and big SEs which suggests separation issues
- I run Firthlogit which indicates only two of the 8 coefficients significant.
- However, when I run “Firthlogit, or” command, six of the 8 binary predictors become significant (though still large ORs and SEs for two of the predictors).
- My understanding is that coefficients are used to calculate ORs. If coefficients are not significant, I should not be considering using them to calculate ORs or there is more to that I should be aware of?
Exmple from the output:
Firthlogit, or
-----------------------------------------------------------------------------------------
Outcome | OddsRatio Std. Err. z P>|z| [95% Conf. Interval]
------------------------+----------------------------------------------------------------
X 2.499915 .6780606 3.38 0.001 1.469099 4.254021
Cons .0000171 .0000175 -10.75 0.000 2.31e-06 .0001267
-----------------------------------------------------------------------------------------
Firthlogit
Outcome Coef. Std. Err. z P>|z| [95% Conf. Interval]
------------------------+----------------------------------------------------------------
X . 9162569 .2712334 3.38 0.001 .3846492 1.447865
Cons -10.97579 1.02132 -10.75 0.000 -12.97754 -8.974041
-----------------------------------------------------------------------------------------
many thanks in advance for you help,
all the best,
Guest

Comment