SAS code for ABE [Software]

posted by Mahmoud  – Jordan, 2020-07-03 16:09 (1831 d 05:36 ago) – Posting: # 21642
Views: 8,458

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,428 posts in 4,929 threads, 1,697 registered users;
62 visitors (0 registered, 62 guests [including 14 identified bots]).
Forum time: 21:45 CEST (Europe/Vienna)

Anyone who conducts an argument by appealing to authority
is not using his intelligence;
he is just using his memory.    Leonardo da Vinci

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