Phoenix/WinNonlin code [Two-Stage / GS Designs]
Hi MGR,
WinNonlin 5.2 is history (released in 2007, end of support of v5.2.1 was already in June 2011). In the following the procedure in Phoenix/WinNonlin’s 6.3 BE tool (EMA’s all fixed effects method and the additional term in the second stage according to the Q&A-document Rev.7) and Example 2 from Potvin’s paper:
Intermediate power after stage 1 and sample size estimation for stage 2 in
with
❝ Is this type of analysis can be done by WinNonlin 5.2 or 6.3?
WinNonlin 5.2 is history (released in 2007, end of support of v5.2.1 was already in June 2011). In the following the procedure in Phoenix/WinNonlin’s 6.3 BE tool (EMA’s all fixed effects method and the additional term in the second stage according to the Q&A-document Rev.7) and Example 2 from Potvin’s paper:
- Stage 1
Map variables as usual.
Navigate to [Options] and change the Confidence Level to94.12
%.
Navigate to [Random 1] and deleteSubject(Sequence)
.
Navigate to [Fixed Effects], modify the model specification toSequence+Treatment+Period+Subject(Sequence)
.
You should get:
Ratio_%Ref: 108.76
CI_User_Lower: 92.93
CI_User_Upper: 127.28
With this coding we don’t get the intrasubject-CV in the output (I think it will be available in the next release this summer).
Output Data
→Final Variance Parameters
→Send To
→Data
→Data Wizard
:
Add Transformation
→Custom
→New Column Name: CVintra
→Formula: sqrt(exp(Estimate)-1)
You should get:
CVintra: 0.1821
(=18.21%)
- Stage 2
Map variables as usual; additionally mapStage
toClassification
.
Navigate to [Options] and change the Confidence Level to94.12
%.
Navigate to [Random 1] and deleteSubject(Sequence)
.
Navigate to [Fixed Effects], modify the model specification toStage+Sequence+Sequence*Stage+Sequence*Stage*Subject+Period(Stage)+Treatment
.
You should get:
Ratio_%Ref: 101.45
CI_User_Lower: 88.45
CI_User_Upper: 116.38
Intermediate power after stage 1 and sample size estimation for stage 2 in
PowerTOST
:library(PowerTOST)
power.TOST(alpha=0.0294, theta0=0.95, CV=0.1821, n=12, design='2x2')
You should get:
[1] 0.5253565
Since 52.54% < 80%, initiate the second stage (if ≥80% stop; study failed to show BE).
sampleN.TOST(alpha=0.0294, targetpower=0.80, theta0=0.95, CV=0.1821, design='2x2')
You should get:
+++++++++++ Equivalence test - TOST +++++++++++
Sample size estimation
-----------------------------------------------
Study design: 2x2 crossover
log-transformed data (multiplicative model)
alpha = 0.0294, target power = 0.8
BE margins = 0.8 ... 1.25
Null (true) ratio = 0.95, CV = 0.1821
Sample size (total)
n power
20 0.829292
Perform the second stage in 20–12=8 subjects like in the example.
- Karalis V, Macheras P. On the Statistical Model of the Two-Stage Designs in Bioequivalence Assessment. J Pharm Pharmacol. 2014;66(1):48–52. doi 10.1111/jphp.12164
—
Dif-tor heh smusma 🖖🏼 Довге життя Україна!![[image]](https://static.bebac.at/pics/Blue_and_yellow_ribbon_UA.png)
Helmut Schütz
![[image]](https://static.bebac.at/img/CC by.png)
The quality of responses received is directly proportional to the quality of the question asked. 🚮
Science Quotes
Dif-tor heh smusma 🖖🏼 Довге життя Україна!
![[image]](https://static.bebac.at/pics/Blue_and_yellow_ribbon_UA.png)
Helmut Schütz
![[image]](https://static.bebac.at/img/CC by.png)
The quality of responses received is directly proportional to the quality of the question asked. 🚮
Science Quotes
Complete thread:
- SAS code for 2-stage design MGR 2014-05-22 07:45 [Two-Stage / GS Designs]
- SAS code for 2-stage design d_labes 2014-05-22 08:17
- Phoenix/WinNonlin codeHelmut 2014-05-22 12:24
- maybe R too? yjlee168 2014-05-23 21:17
- RSABE/ABEL in a TSD: Science fiction Helmut 2014-05-23 22:39
- WinNonlin 5.2.1 setup MGR 2014-07-02 07:08
- outdated software; mixed vs. fixed effects Helmut 2014-07-02 10:40
- outdated software; mixed vs. fixed effects MGR 2014-07-03 06:32
- outdated software; mixed vs. fixed effects Helmut 2014-07-02 10:40
- maybe R too? yjlee168 2014-05-23 21:17