找回密码
 注册
查看: 394|回复: 0

R语言 TrialSize包 ABE()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 11:56:02 | 显示全部楼层 |阅读模式
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:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-29 22:28 , Processed in 0.030234 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表