Hi,
when I run a logistic regression one of my control variables, the return on asset of a company, has an insanely large Odds ratio (I omitted the rest of the regression output and will post it upon request.)
So far, I did not see any issues that may cause this behavior. I included Acq_ROA_WWU as a control in other regression which doesn't cause any problems. Is there some obvious reason for this?
I tried to keep the post as simple as possible without getting lost into details. Please let me know if you need more specific information on my model.
Thanks.
when I run a logistic regression one of my control variables, the return on asset of a company, has an insanely large Odds ratio (I omitted the rest of the regression output and will post it upon request.)
Code:
-------------------------------------------------------------------------------------------------------------------------------------------- | Robust AcquirerInitiated | Odds ratio std. err. z P>|z| [95% conf. interval] ---------------------------------------------------------------------------+---------------------------------------------------------------- Acq_ROA_WWU | 650097.5 4809464 1.81 0.070 .3278942 1.29e+12
Code:
. sum Acq_ROA_WWU if !missing(p2) //The variable p2 tags the observations that were considered in the regression Variable | Obs Mean Std. dev. Min Max -------------+--------------------------------------------------------- Acq_ROA_WWU | 265 .0452223 .0816598 -.3572705 .244479
I tried to keep the post as simple as possible without getting lost into details. Please let me know if you need more specific information on my model.
Thanks.
Comment