结果:找到“SAS PROC GLM”相关内容6个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
SAS PROC GLM程序问题
2 个回复 - 1240 次查看
proc glm data=comparison;
class method;
model ws = method;
contrast 'Adjustment vs Aggregation1' method 2 2 2 -3 -3;
estimate 'Adjustment vs Aggregation1' method 2 2 2 -3 -3;
title "contrast";
r ...
2021-3-5 15:16 - 2017110138 - SAS专版
如何将sas proc glm的系数输出到数据集里
0 个回复 - 3102 次查看
小妹正在做一个daily fixed effect的model,模型已经在sas里用proc glm求出来了,但是最后需要算一个average daily effect (即求出所有daily dummy的系数的平均), 里面的时间变量的obs很多,所以不方便将所有系数复 ...
2015-3-9 09:16 - xufeifei - SAS专版
SAS proc glm 输出残差
4 个回复 - 6703 次查看
我写的如下:
proc glm data=aaa;
class year gics2;
model y = x1 x2 x3 x4 year gics2 /solution;
output out=bbb r=exy;
run;
想要得到残差项,可是在程序编辑窗口,r不是蓝色的,表明不是输出项。这是怎 ...
2014-5-18 23:23 - jy1st - SAS专版
[讨论]MANOVA & Proc GLM in SAS
0 个回复 - 4351 次查看
I'm doing a MANOVA two factors on
SAS and I have a few doubts. Does anybody can help me?
1. The software takes all possible 2-2 comparisons, but I want just some of them. I'm trying to get a smaller ...
2005-9-25 07:59 - SASCHEN - SAS专版