ABE(TrialSize)
ABE()所属R语言包:TrialSize
Average Bioequivalence
平均生物等效性
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The most commonly used design for ABE is a standard two-sequence and two-period crossover design. Ft is the fixed effect of the test formulation and Fr is the fixed effect of the reference formulation.
最常用的设计ABE是一个标准的序列和两阶段交叉设计。 Ft是固定效应试验制剂和参比制剂,神父是固定的效果。
H0: Ft-Fr <= delta_L or Ft-Fr <= delta_U
H0:FT-FR <= delta_L或FT-FR <= delta_U
Ha: delta_L < Ft-Fr < delta_U
哈:delta_L FT-FR delta_U
用法----------Usage----------
ABE(alpha, beta, sigma1.1, delta, epsilon)
参数----------Arguments----------
参数:alpha
significance level
显着性水平
参数:beta
power = 1-beta
功率= 1-β
参数:sigma1.1
sigma_a.b^2=sigmaD^2+a*sigmaWT^2+b*sigmaWR^2. Here a=b=1.
sigma_a.b ^ 2 = sigmaD ^ 2 + A * sigmaWT ^ 2 + b *的sigmaWR ^ 2。在这里为a = b = 1。
参数:delta
delta is the bioequivalence limit. here delta=0.223
Delta的生物等效性的限制。这里δ= 0.223
参数:epsilon
epsilon=Ft-Fr
ε= FT-FR
参考文献----------References----------
实例----------Examples----------
Example.10.2<-ABE(0.05,0.2,0.4,0.223,0.05)
Example.10.2
# 21[21]
## The function is currently defined as[#功能目前被定义为]
function(alpha, beta, sigma1.1,delta,epsilon){
n=(sigma1.1)^2*(qnorm(1-alpha/2)+qnorm(1-beta))^2/(2*(delta-abs(epsilon))^2)
}
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|