Why was TRT (treatment) included in Ran­dom effect of PROC Mixed? [Regulatives / Guidelines]

posted by neilfiona – China, 2022-09-01 13:58 (1382 d 12:53 ago) – Posting: # 23248
Views: 3,280

Dear All,

I searched this forum and saw much topics about SAS PROC Mixed as shown in FDA Bioequivalence Standards 2014.

The following illustrates an example of program statements to run the average BE
analysis using PROC MIXED in SAS version 9.3, with SEQ, SUBJ, PER, and TRT
identifying sequence, subject, period, and treatment variables, respectively, and
Y denoting the response measure [e.g., log(AUC) and log(Cmax)] being analyzed:


PROC MIXED data=   ;
CLASS SEQ SUBJ PER TRT;
MODEL Y = SEQ PER TRT/ DDFM=SATTERTH;
RANDOM TRT/TYPE=FA0(2) SUB=SUBJ G;
REPEATED/GRP=TRT SUB=SUBJ;
ESTIMATE 'T vs. R' TRT 1 -1/CL ALPHA=0.1;
run;


I can't understand why TRT was included in RANDOM effect. TRT represents treatment group, which is are usually two groups. The researhers only consider that two groups, so I think TRT should be fixed effect variable.

In my perspective, SEQ should be included in random effect.

Please help to give some explanation.

Thanks.

Complete thread:

UA Flag
Activity
 Admin contact
23,653 posts in 4,991 threads, 1,570 registered users;
138 visitors (0 registered, 138 guests [including 36 identified bots]).
Forum time: 02:51 CEST (Europe/Vienna)

The idea is to try and give all the information to help others
to judge the value of your contribution;
not just the information that leads to judgment
in one particular direction or another.    Richard Feynman

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