Vitro.BE {TrialSize} | R Documentation |
In Vitro Bioequivalence
Description
Consider 2 by 2 crossover design.
\zeta = \delta^2+sT^2+sR^2-thetaBE*max(\sigma_0^2,sR^2)
. sT^2=\sigma_{BT}^2+\sigma_{WT}^2
, sR^2=\sigma_{BR}^2+\sigma_{WR}^2
Ho: \zeta \ge 0
Ha: \zeta < 0
Usage
Vitro.BE(alpha, beta, delta, sigmaBT, sigmaBR, sigmaWT, sigmaWR, thetaBE)
Arguments
alpha |
significance level |
beta |
power = 1-beta |
delta |
delta is the mean difference |
sigmaBT |
|
sigmaBR |
|
sigmaWT |
|
sigmaWR |
|
thetaBE |
here thetaBE=1 |
References
Chow SC, Shao J, Wang H. Sample Size Calculation in Clinical Research. New York: Marcel Dekker, 2003
Examples
Example.10.5<-Vitro.BE(0.05,0.2,0,0.5,0.5,0.5,0.5,1)
Example.10.5
# n=43 Vitro.BE reach 0
[Package TrialSize version 1.4 Index]