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

posted by MGR  – India, 2021-09-30 09:35 (1281 d 18:55 ago) – Posting: # 22605
Views: 4,062

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
23,413 posts in 4,924 threads, 1,669 registered users;
51 visitors (0 registered, 51 guests [including 6 identified bots]).
Forum time: 04:30 CEST (Europe/Vienna)

Nothing shows a lack of mathematical education more
than an overly precise calculation.    Carl Friedrich Gauß

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