3-period replicate designs and SAS [Software]
Dear Helmut, dear all,
Taking the Holy Bible[1] of cross-over designs the best known 3-period replicate design has the name 3-period dual design with the two sequences
I have found this term in discussions (FDA and others) about scaled average bioequivalence. But here it denominates a one-sequence design with replication of the reference only, for instance
To answer the original question:
If the design is a 3-period design with more then one sequence, to my knowledge the SAS code for the evaluation of average bioequivalence does not depend on the specific design used in replicate studies, provided you will go with restricted maximum likelihood estimation (Proc MIXED in "The power to know").
The code recommended in the FDA guidance was discussed already in breadth on this forum. See for instance this thread and others (use search!).
Let me give it here again for your convienience.
Y is the pharmacokinetic target (eventually log transformed f.i. for AUC, Cmax). The ODS output statement saves you the least square means and the 90% confidence intervals in SAS datasets for further processing, f.i. to back transform them into the original scale if your target was log-transformed.
Be aware that SAS always gives you the difference (and 90% confidence interval) in least square means in lexicographic order, namely R-T if you code your treatments as R(eference) and T(est).
So do not forget to change the sign in subsequent processing!
But there are variants of this code (covariance structure other than FA0(2), other ddfm=denominator degrees of freedom) and there are complete other models to choose from!
See for instance [2] and [3].
If it is an ominous one-sequence design I think we have no sequence and period effects in the model.?
Edit: Updated URLs. [Helmut]
❝ I've heard this term for the first time at the recent Workshop at Ahmedabad. Yes, it's a 3-period replicate design (TRR|RTR|RRT).
Taking the Holy Bible[1] of cross-over designs the best known 3-period replicate design has the name 3-period dual design with the two sequences
TRR
RTT
TRT
RTR
I have found this term in discussions (FDA and others) about scaled average bioequivalence. But here it denominates a one-sequence design with replication of the reference only, for instance
TRR
.
To answer the original question:
If the design is a 3-period design with more then one sequence, to my knowledge the SAS code for the evaluation of average bioequivalence does not depend on the specific design used in replicate studies, provided you will go with restricted maximum likelihood estimation (Proc MIXED in "The power to know").
The code recommended in the FDA guidance was discussed already in breadth on this forum. See for instance this thread and others (use search!).
Let me give it here again for your convienience.
Proc MIXED data=YourData method=REML alpha=0.1;
class treatment period sequence subject;
model Y= treatment period sequence / ddfm=satterth;
random treatment /subject=subject type=FA0(2) G;
repeated /group=treatment subject=subject type=simple;
ODS output LSMeans=_LSMeans Diffs=_CI;
lsmeans treatment/diff cl alpha=0.1;
run;
Y is the pharmacokinetic target (eventually log transformed f.i. for AUC, Cmax). The ODS output statement saves you the least square means and the 90% confidence intervals in SAS datasets for further processing, f.i. to back transform them into the original scale if your target was log-transformed.
Be aware that SAS always gives you the difference (and 90% confidence interval) in least square means in lexicographic order, namely R-T if you code your treatments as R(eference) and T(est).
So do not forget to change the sign in subsequent processing!
But there are variants of this code (covariance structure other than FA0(2), other ddfm=denominator degrees of freedom) and there are complete other models to choose from!
See for instance [2] and [3].
If it is an ominous one-sequence design I think we have no sequence and period effects in the model.?
- B Jones and MG Kenward
Design and Analysis of Cross-over Trials
Chapman & Hall/CRC, Boca Raton, Chapter 4 (2nd ed. 2003)
- Patterson and Jones
Replicate Designs and Average, Individual, and Population Bioequivalence
GSK BDS Technical Report 2002 – 01 (part I)
GSK BDS Technical Report 2002 – 05 (part II)
- S.A. Willavize and E.A. Morgenthin
Comparison of models for average bioequivalence in replicate crossover designs
Pharmaceut. Stat. Vol.5 (3), p. 201 - 211 (2008) published online 24 May 2006
Edit: Updated URLs. [Helmut]
—
Regards,
Detlew
Regards,
Detlew
Complete thread:
- SAS code of partial replicate design pa1kumar.anna 2008-12-01 09:51 [Software]
- Etiquette Ohlbe 2008-12-01 10:45
- SAS code for what? d_labes 2008-12-02 09:17
- partial replicate = 3-period replicate Helmut 2008-12-03 15:42
- partial replicate = 3-period replicate MGR 2008-12-04 11:19
- 3-period replicate designs and SASd_labes 2008-12-04 14:17
- Extra-reference or partial replicate design d_labes 2008-12-12 10:51
- Extra-reference or partial replicate design Helmut 2008-12-12 11:34
- Simple minded d_labes 2008-12-12 13:28
- Simple minded Helmut 2008-12-12 14:58
- SAS and WinNonlin d_labes 2008-12-12 15:44
- SAS and WinNonlin Helmut 2008-12-12 16:33
- SAS and WinNonlin BEQool 2024-07-29 09:38
- Phoenix RSABE-template Helmut 2024-07-29 13:29
- Phoenix RSABE-template BEQool 2024-07-29 19:47
- CVw in Phoenix RSABE-template Helmut 2024-07-30 09:15
- CVw in Phoenix RSABE-template BEQool 2024-07-30 10:56
- CVw in Phoenix RSABE-template and PowerTOST CI2CV() Helmut 2024-07-30 11:23
- CVw in Phoenix RSABE-template and PowerTOST CI2CV() BEQool 2024-07-31 05:49
- General ABE? mittyri 2024-07-31 18:25
- General ABE? BEQool 2024-08-01 05:45
- General ABE? mittyri 2024-07-31 18:25
- CVw in Phoenix RSABE-template and PowerTOST CI2CV() BEQool 2024-07-31 05:49
- CVw in Phoenix RSABE-template and PowerTOST CI2CV() Helmut 2024-07-30 11:23
- CVw in Phoenix RSABE-template BEQool 2024-07-30 10:56
- CVw in Phoenix RSABE-template Helmut 2024-07-30 09:15
- Phoenix RSABE-template BEQool 2024-07-29 19:47
- Phoenix RSABE-template Helmut 2024-07-29 13:29
- SAS and WinNonlin BEQool 2024-07-29 09:38
- SAS and WinNonlin Helmut 2008-12-12 16:33
- Switchability and Prescribability in WinNonlin MGR 2008-12-30 10:12
- PBE and IBE in WinNonlin Helmut 2008-12-30 16:04
- PBE and IBE in WinNonlin MGR 2008-12-31 07:52
- Switchability NPavan 2009-01-12 13:10
- PBE and IBE in WinNonlin MGR 2008-12-31 07:52
- PBE and IBE in WinNonlin Helmut 2008-12-30 16:04
- SAS and WinNonlin d_labes 2008-12-12 15:44
- Simple minded Helmut 2008-12-12 14:58
- Simple minded d_labes 2008-12-12 13:28
- Extra-reference or partial replicate design Helmut 2008-12-12 11:34
- Extra-reference or partial replicate design d_labes 2008-12-12 10:51
- partial replicate = 3-period replicate Helmut 2008-12-03 15:42