我用一个非平衡面板数据跑固定效应回归,一直发生错误,下面是日志提醒的错误,请问下各位大牛,sas跑固定效应回归对数据有什么严格要求。
proc tscsreg data=mig.head0;
10 id sch year;
11 model sum= nh1b_3 max_edu tele nkids nadults hhsize nh7_1 f_1 cv med/fixone;
12 run;
ERROR: There is only one cross section or time series observation. Computations will be terminated.
NOTE: SAS 系统由于错误而停止了该步的处理。
NOTE: “PROCEDURE TSCSREG”所用时间(总处理时间):
实际时间 0.18 秒
CPU 时间 0.15 秒