高手们好!请问在下列程序中
data t1;
do i=1 to 30;
x=rannor(123);e=rannor(123);
y=1+1*x+rannor(123);
output;
end;
run;
proc template;
define column Common.pValue;
notes "Default p-value column";
just = r;
format = pvalue16.14;
end;
run;
proc reg data=t1;
model y=x;
run;
quit;
proc univariate data=t1;
var x e;
run;
如下的一段程序,各行怎样解释,望高手指点!谢谢!
proc template;
define column Common.pValue;
notes "Default p-value column";
just = r;
format = pvalue16.14;
end;
run;


雷达卡
京公网安备 11010802022788号







