balakotu
★    

India,
2023-05-23 14:16
(778 d 17:17 ago)

Posting: # 23564
Views: 2,166
 

 Data analysis and sample size for replicate study designs as per recent FDA guidance [Regulatives / Guidelines]

Dear All,

Please give me your valuable inputs.

Q) As per Recent FDA Draft Guidance they introduced 3-period, 2 -sequence full replicate study design.

Replicated crossover designs:

Other fully replicated crossover designs are also possible. For example, a three-period design, as shown below, could be used. A fully replicated design can estimate the subject-by-formulation interaction variance components.

I am unable to calculate Estimates as per the below SAS code for Reference variability and Scaled average bioequivalence.

/*TRT and RTR*/ /*Reference Variability*/

%macro Analysis(Par,Code);
proc Mixed data=scavbe;
class seq;
model &Par =seq/ddfm=satterth;
estimate "&Par" intercept 1 seq 0.5 0.5/e cl alpha=0.1;
ods output CovParms=dout1&Code;
ods output Estimates=dout2&Code;
ods output NObs=dout3&Code;
title1 ‘Intra subject variability of Reference';
title2 "&Par-Analysis";
run;
%mend Analysis;
%Analysis(Cmax,1);
%Analysis(AUCt,2);
%Analysis(AUCi,3);

/* Scaled average BE'*/

%macro Analysis(Par,Code);
proc Mixed data=scavbe1;
class seq;
model Ln&Par =seq/ddfm=satterth;
estimate "&Par" intercept 1 seq 0.5 0.5/e cl alpha=0.1;
ods output CovParms=iout1&Code;
ods output Estimates=iout2&Code;
ods output NObs=iout3&Code;
title1 'SCALED Average BE';
title2 "&Par-Analysis";
run;
%mend Analysis;

%Analysis(Cmax,1);
%Analysis(AUCt,2);
%Analysis(AUCi,3);

Please let me know if any idea or thoughts?

Q) Two-Period Replicated Crossover Designs

For this Two-Period Replicated Crossover Designs i.e. the modified Balaam design (TR, RT, RR) -----How to calculate Sample size using R-Software.

Regards
Kotu
UA Flag
Activity
 Admin contact
23,428 posts in 4,929 threads, 1,685 registered users;
53 visitors (0 registered, 53 guests [including 16 identified bots]).
Forum time: 07:33 CEST (Europe/Vienna)

To know that we know what we know,
and to know that we do not know what we do not know,
that is true knowledge.    Nicolaus Copernicus

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