Originally posted by Clyde Schechter
View Post
Hi have an initial regression and also estimated a median regression of the same initial regression.
I have the initial regression:
Code:
. regress lntobinsq lnassets IR leverage roa cratio rnd div year2016, robust
in this leverage is insignificant.
when I estimate the median regression:
Code:
. qreg lntobinsq lnassets IR leverage roa cratio rnd div year2016
leverage becomes significant.
-Generally I was wondering if its normal for coefficients to change from insignificant to significant (and vice versa) from the OLS regression to the median regression.
-also should the magnitude of the coefficients of the median regression change quite significantly from the initial one?
Thanks so much.
Comment