SAS code for ABE [Software]
Dear All
in the following SAS code
In the Random statement
Thank You
M.Youseed
Edit: Category and subject line changed; see also this post #1. [Helmut]
in the following SAS code
proc mixed data=d1;
class treat sequence subject period;
model AUCT=sequence period treat/DDFM=kr;
random treat/type=CSH subject=subject G;
repeated/group=treat subject=subject;
estimate 'T-R' treat 1 -1 /cl alpha=0.10;
run;
In the Random statement
TYPE=CSH
could possibly be replaced by TYPE=FA(1)
FA(1)
is not the same as FA0(2)
Thank You
M.Youseed
Edit: Category and subject line changed; see also this post #1. [Helmut]
Complete thread:
- SAS code for ABEMahmoud 2020-07-03 14:09 [Software]
- Origin of SAS code? Helmut 2020-07-03 14:46
- SAS code for ABE Mahmoud 2020-07-03 16:49
- SAS code for ABE jishnu 2022-08-06 18:54
- SAS code for ABE Helmut 2022-08-06 20:48
- Origin of SAS code? Helmut 2020-07-03 14:46