Hi there I have been told alongside my initial regression to estimate a median regression to check if the initial regression, in particular the coefficient on IR, is sensitive to outliers.
hi there I have the initial regression:
in this leverage is insignificant.
when I estimate the median regression:
leverage becomes significant.
Generally I was wondering if its normal for coefficients to change from insignificant to significant (and vice versa) from the normal regression to the median regression.
Any advice would be apprechiated. Thanks.
hi there I have the initial regression:
Code:
. regress lntobinsq lnassets IR leverage roa cratio rnd div year2016, robust
when I estimate the median regression:
Code:
. qreg lntobinsq lnassets IR leverage roa cratio rnd div year2016
Generally I was wondering if its normal for coefficients to change from insignificant to significant (and vice versa) from the normal regression to the median regression.
Any advice would be apprechiated. Thanks.
Comment