average bioequivalence: MLE vs. REML [General Sta­tis­tics]

posted by Mahmoud  – Jordan, 2023-03-11 13:21 (409 d 02:39 ago) – Posting: # 23493
Views: 1,885

Dear All
In bioequivalence 2x2 (TR,TR) 3x3 ( TRR,RRT,RTR) and 2x4(TRTR,RTRT)
for the statistical anaylsis based code SAS

PROC MIXED;
CLASSES SEQ SUBJ PER TRT; 1077
MODEL Y = SEQ PER TRT/ DDFM=SATTERTH; 1078
RANDOM TRT/TYPE=FA0(2) SUB=SUBJ G; 1079
REPEATED/GRP=TRT SUB=SUBJ; 1080
ESTIMATE 'T vs. R' TRT 1 -1/CL ALPHA=0.1;
run;
By simulation study I found that

MLE method better when number of fixed effects ≤ 4.
REML method better when number of fixed effects > 4.


Edit: Category and subject line changed; see also this post #1[Helmut]

Complete thread:

UA Flag
Activity
 Admin contact
22,991 posts in 4,827 threads, 1,647 registered users;
66 visitors (1 registered, 65 guests [including 7 identified bots]).
Forum time: 17:01 CEST (Europe/Vienna)

If you don’t like something change it;
if you can’t change it, change the way you think about it.    Mary Engelbreit

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