FDA's HVD SAS Code from Progesterone Guidance [RSABE / ABEL]

posted by jag009  – NJ, 2013-04-22 18:39 (4379 d 22:32 ago) – Posting: # 10458
Views: 29,732

Hi everyone,

I am getting some strange results using the FDA Progesterone Scaled Average Bioequivalence SAS Code → The portion to compute the Unscaled Average 90% C.I.

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;


Should the Test/Reference Ratio from the Scaled Average BE computation be similar (if not the same) as the ratio computed from the above Unscaled Average BE code?

Thanks
John


Edit: Category changed. [Helmut]

Complete thread:

UA Flag
Activity
 Admin contact
23,424 posts in 4,927 threads, 1,699 registered users;
24 visitors (0 registered, 24 guests [including 6 identified bots]).
Forum time: 17:11 CEST (Europe/Vienna)

Do not put your faith in what statistics say until you have carefully
considered what they do not say.    William W. Watt

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