Hello!
I'm running a logit regression, the DV action is a dummy variable, it =1 if a firm conducts a certain action and 0 otherwise. The IV L.return is a continuous variable for a firm's stock return, lagged at year t-1. I also have some control variables, some are continuous some are dummy, and they are all lagged at year t-1. I get a very large coefficient and odds ratio for L.return, I think this is probably because only 6.8% of the action dummy has value =1, most of the observations have action =0, so the data is extremely unbalanced (?). I wonder how can I work around this problem. Thanks a lot for any help!
I'm running a logit regression, the DV action is a dummy variable, it =1 if a firm conducts a certain action and 0 otherwise. The IV L.return is a continuous variable for a firm's stock return, lagged at year t-1. I also have some control variables, some are continuous some are dummy, and they are all lagged at year t-1. I get a very large coefficient and odds ratio for L.return, I think this is probably because only 6.8% of the action dummy has value =1, most of the observations have action =0, so the data is extremely unbalanced (?). I wonder how can I work around this problem. Thanks a lot for any help!
Code:
------------------------------------------------------------------------------------ | Robust action| Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------------+---------------------------------------------------------------- return| L1. | 3.348689 1.099598 3.05 0.002 1.193517 5.503862 |
Code:
------------------------------------------------------------------------------------ | Robust action| Odds Ratio Std. Err. z P>|z| [95% Conf. Interval] -------------------+---------------------------------------------------------------- return| L1. | 28.4654 31.3005 3.05 0.002 3.298662 245.6387
Comment