4# 坐看云起时
TO:坐看云起时
呵,我只是附加最后执行的程序,另外,我这里没有考虑时间效应。
程序三:
proc tscsreg data=test;
model detalever=tde_above tde_below/ranone;
id stkcd Trdynt;
run;
结果如下:
Parameter Estimates
Standard
Variable DF Estimate Error t Value Pr > |t|
Intercept 1 -0.00609 0.0289 -0.21 0.8339
tde_above 1 1.223141 0.4427 2.76 0.0074
tde_below 1 0.375206 0.1822 2.06 0.0434
用你的程序执行后得到的结果为:
The Mixed Procedure
Solution for Fixed Effects
Standard
Effect Estimate Error DF t Value Pr > |t| Alpha Lower Upper
Intercept 0.002327 0.02614 17.8 0.09 0.9300 0.05 -0.05263 0.05729
tde_above 1.2401 0.4410 66.3 2.81 0.0065 0.05 0.3597 2.1204
tde_below 0.2910 0.1777 52.1 1.64 0.1076 0.05 -0.06565 0.6476
还是不一样啊