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

posted by MGR  – India, 2021-09-30 09:35 (1080 d 12:38 ago) – Posting: # 22605
Views: 3,210

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,224 posts in 4,878 threads, 1,652 registered users;
35 visitors (1 registered, 34 guests [including 4 identified bots]).
Forum time: 22:14 CEST (Europe/Vienna)

We absolutely must leave room for doubt
or there is no progress and no learning.
There is no learning without having to pose a question.
And a question requires doubt.
People search for certainty.
But there is no certainty.    Richard Feynman

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