SAS code for ABE [Software]

posted by Mahmoud  – Jordan, 2020-07-03 16:09 (1662 d 19:29 ago) – Posting: # 21642
Views: 7,228

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,363 posts in 4,906 threads, 1,679 registered users;
117 visitors (0 registered, 117 guests [including 6 identified bots]).
Forum time: 10:39 CET (Europe/Vienna)

The combination of some data and an aching desire
for an answer does not ensure that a reasonable answer
can be extracted from a given body of data.    John W. Tukey

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