FDA HVD SAS Code - Average BE using Proc Mixed [RSABE / ABEL]

posted by jag009  – NJ, 2013-04-30 19:11 (4807 d 18:35 ago) – Posting: # 10510
Views: 6,528

Hi everyone,

Question regarding the ABE SAS code from FDA's progesterone guidance when SCABE is not applicable due to within subject SD being < 0.294 (Yes I am back with this. Helmut feel free to link this message to the previous one I posted a few days ago). For a three way partial replicate study (Test, Reference x2)

PROC MIXED
data=pk;
CLASSES SEQ SUBJ PER TRT;
MODEL LAUCT = SEQ PER TRT/ DDFM=SATTERTH;
RANDOM TRT/TYPE=FA0(2) SUB=SUBJ G;
REPEATED/GRP=TRT SUB=SUJ;
ESTIMATE 'T vs. R' TRT 1 -1/CL ALPHA=0.1;
ods output Estimates=unsc1;
title1 'unscaled BE 90% CI - guidance version';
title2 'AUCt';
run; data unsc1;
set unsc1;
unscabe_lower=exp(lower);
unscabe_upper=exp(upper);
run;


Proc Mixed output two residuals, a reference and test. Which one does SAS use to compute the 90%CI? My guess is the test? (Yes Helmut, I read your slides but I have doubts snice this is a test vs Refx2 Partial Rep study).

Example:

Covariance Parameter Estimates
Cov Parm  Subjec   Group             Estimate
FA(1,1)   subject                    1.2543
FA(2,1)   subject                    1.3108
FA(2,2)   subject                    0.4234
Residual  subject  formulation Ref   0.3115
Residual  subject  formulation Test  0.3192


T/R Ratio (%)  Lower 90% CI  Upper 90% CI
89.9586        74.5097       108.611


Thanks
John

Complete thread:

UA Flag
Activity
 Admin contact
23,655 posts in 4,993 threads, 1,570 registered users;
302 visitors (0 registered, 302 guests [including 18 identified bots]).
Forum time: 13:46 CEST (Europe/Vienna)

Most scientists today are devoid of ideas, full of fear, intent on
producing some paltry result so that they can add to the flood
of inane papers that now constitutes “scientific progress”
in many areas.    Paul Feyerabend

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