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

posted by Mahmoud  – Jordan, 2023-03-11 13:21 (14 d 05:50 ago) – Posting: # 23493
Views: 466

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,551 posts in 4,724 threads, 1,606 registered users;
16 visitors (0 registered, 16 guests [including 10 identified bots]).
Forum time: 19:11 CET (Europe/Vienna)

If there is an exception to any rule,
and if it can be proved by observation,
that rule is wrong.    Richard Feynman

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