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

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

[复制链接]
发表于 2012-10-1 11:56:22 | 显示全部楼层 |阅读模式
Cox.Equality(TrialSize)
Cox.Equality()所属R语言包:TrialSize

                                         Test for equality in Cox PH model.
                                         在Cox PH模型试验的平等。

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

b is the log hazard ratio for treatment, b0 is the log hazard ratio for the controls
b是log的危险比治疗,b0为log的危险比的控制

H0: b=b0
H0:B = B0

Ha: not equal to b0
哈:不等于B0

The test is finding whether there is a difference between the hazard rates of the treatment and control.
该测试是寻找是否有危险率之间的差的治疗和控制。


用法----------Usage----------


Cox.Equality(alpha, beta, loghr, p1, p2, d)



参数----------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  
观察的事件的概率


参考文献----------References----------



实例----------Examples----------


Example.7.3.4<-Cox.Equality(0.05,0.2,log(2),0.5,0.5,0.8)
Example.7.3.4

## The function is currently defined as[#功能目前被定义为]
function(alpha,beta,loghr,p1,p2,d){
n=(qnorm(alpha/2)+qnorm(1-beta))^2/(loghr^2*p1*p2*d)
  }

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-29 20:55 , Processed in 0.024254 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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