Inter-subject variability in Full replicate design [RSABE / ABEL]

posted by MGR  – India, 2021-09-30 09:35 (936 d 02:14 ago) – Posting: # 22605
Views: 2,450

Dear All,

Need help on formula/procedure to find out the Intersubject Variability for a Full replicate design using SAS.

Based on the Program given in the progesterone guideline below:

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=SUBJ;
 ESTIMATE 'T vs. R' TRT 1 -1/CL ALPHA=0.1;
 ods output Estimates=unsc1;
 title1 'unscaled BE 90% CI - guidance version';
 title2 'AUCt';


As there is no subj(seq) in the random statement, I am not able to calculate the inter-subject variabilities for test and reference treatments. Please help me with this calculation.

But when I use the proc varcomp procedure in SAS, I am able to generate the Variabilities (Inter and Intra) for test and reference treatments. My doubt is that whether it is acceptable by FDA regulatory?

Thanks in Advance,

Regards,
MGR

Complete thread:

UA Flag
Activity
 Admin contact
22,990 posts in 4,826 threads, 1,664 registered users;
59 visitors (0 registered, 59 guests [including 2 identified bots]).
Forum time: 11:49 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