Cox.Equivalence(TrialSize)
Cox.Equivalence()所属R语言包:TrialSize
Test for Equivalence in Cox PH model.
在Cox PH模型的等价性测试。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
b is the log hazard ratio for treatment, delta is the margin
b是治疗的log危险比,Delta是保证金
H0: |b| >= delta
H0:| B |> =增量
Ha: |b| < delta
哈:| B | <Delta
用法----------Usage----------
Cox.Equivalence(alpha, beta, loghr, p1, p2, d, margin)
参数----------Arguments----------
参数:alpha
significance level
显着性水平
参数:beta
power = 1-beta
功率= 1-β
参数:loghr
log hazard ratio=log(lamda2/lamda1)=b
登录危害比=的log(lamda2/lamda1)= B
参数:p1
the proportion of patients in treatment 1 group
患者在治疗1组的比例
参数:p2
the proportion of patients in treatment 2 group
治疗的患者的比例在2组
参数:d
the probability of observing an event
观察的事件的概率
参数:margin
margin is the true difference of log hazard rates between control group lamda1 and a test drug group lamda2
保证金的log危险率对照组lamda1和试验药物组lamda2的之间的真正区别
参考文献----------References----------
实例----------Examples----------
Example.7.3.4<-Cox.Equivalence(0.05,0.2,log(2),0.5,0.5,0.8,0.5)
Example.7.3.4
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|