分位数回归过程中,
使用bsqreg y x1 x2 x3 ,reps(100)q(0.5)
出现错误:convergence not achieved.
使用 qreg  y x1 x2 x3时
出现错误:convergence not achieved.
VCE computation failed; try increasing the maximum number of iterations or try bsqreg
r(498);
折腾一下午,发现:
数据里面因变量很多是0,如果删除y=0的数据,就一切正常~