结果:找到“proc anova”相关内容6个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
proc anova过程
5 个回复 - 7137 次查看
data relieftime;
input medicine $ hours @@;
datalines;
a 7 a 5 a 3 a 1
b 6 b 5 b 3 b 3
c 7 c 9 c 9 c 9
d 4 d 3 d 4 d 3
;
run;
proc anova data=relieftime;
class medicine;
...
2016-8-18 13:16 - fyp198744 - 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专版