sure. just extend the series



所有跟贴·加跟贴·新语丝读书论坛http://www.xys.org/cgi-bin/mainpage.pl

送交者: xj 于 2005-8-20, 00:58:48:

回答: Thanks. iN THE EXAMPLE YOU GAVE, there are 由 cornbug 于 2005-8-20, 00:54:31:

for four measurements, each measured five times

make sure dependent variable organized in the right order.

depedent variable: y1-y20
measurements: 1111122222...
time: 1234512345...

proc glm;
class group;
model y1-y20=group/nouni;
repeated measure 4, time 5;
run;

and so forth.




所有跟贴:


加跟贴

笔名: 密码(可选项): 注册笔名请按这里

标题:

内容(可选项):

URL(可选项):
URL标题(可选项):
图像(可选项):


所有跟贴·加跟贴·新语丝读书论坛http://www.xys.org/cgi-bin/mainpage.pl