My aim is to correct the coefficients that I obtained through quantile regression by using the following command:
. bsqreg BIOTHTOES_MIN DLEEFT LSLEN1, quantile(95) reps(200) BIOTHTOES_MIN is the dependent variable
DLEEFT and LSLEN1 are the independent variables My question is whether the coefficients in the result are already corrected by a certain 'shrinkage factor'?
. bsqreg BIOTHTOES_MIN DLEEFT LSLEN1, quantile(95) reps(200) BIOTHTOES_MIN is the dependent variable
DLEEFT and LSLEN1 are the independent variables My question is whether the coefficients in the result are already corrected by a certain 'shrinkage factor'?
Comment