SAS code for ABE [Software]

posted by Mahmoud  – Jordan, 2020-07-03 16:09 (1771 d 18:29 ago) – Posting: # 21642
Views: 7,827

Dear All

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:

UA Flag
Activity
 Admin contact
23,424 posts in 4,927 threads, 1,670 registered users;
126 visitors (0 registered, 126 guests [including 5 identified bots]).
Forum time: 10:39 CEST (Europe/Vienna)

We should not speak so that it is possible
for the audience to understand us,
but so that it is impossible
for them to misunderstand us.    Quintilian

The Bioequivalence and Bioavailability Forum is hosted by
BEBAC Ing. Helmut Schütz
HTML5