做分位数回归,显示“Convergence not achieved.
no observations
r(2000);
“
我看了一下这个错误的解释是”error . . . . . . . . . . . . . . . . . . . . . . . . Return code 2000
no observations;
You have requested some statistical calculation and there are
no observations on which to perform it. Perhaps you specified
if exp or in range and inadvertently filtered all the data.
“还是没弄明白。
比较诡异的是,我是将数据分为国企、民企两组,用同一个模型研究来回归。用民企那组数据回归时没有问题,用国企这组数据回归时就出现了这个错误。这也是我很不理解的地方。
希望高手解答。
补充一下数据的情况:
模型中变量有7、8个。
民企有600多个公司的数据,国企那组有700多个公司的数据。数据都是从CCER数据库导出来的,几乎没有缺失值的情况。