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

R语言 survcomp包 cindex.comp()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 15:17:12 | 显示全部楼层 |阅读模式
cindex.comp(survcomp)
cindex.comp()所属R语言包:survcomp

                                        Function to compare two concordance indices
                                         函数来比较两个一致性指数

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

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

This function compares two concordance indices computed from the same  data by using the function concordance.index. The statistical test is a Student t test for dependent samples.
这个函数比较两个相同的数据计算的一致性,使用功能concordance.index指数。统计检验是相依样本t检验。


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


cindex.comp(cindex1, cindex2)



参数----------Arguments----------

参数:cindex1
first concordance index as returned by the concordance.index function.
第一一致性指数concordance.index函数返回。


参数:cindex2
second concordance index as returned by the concordance.index function.
第二个一致性指数由concordance.index函数返回。


Details

详情----------Details----------

The two concordance indices must be computed from the same samples (and corresponding survival data). The function uses a Student t test for dependent samples.
必须从同一样品(以及相应的生存数据)计算两个一致性指数。该功能使用相依样本t检验。


值----------Value----------


参数:p.value
p-value from the Student t test for the comparison cindex1 > cindex2.
从的比较cindex1> cindex2的学生t检验的p值。


参数:cindex1
value of the first concordance index.
第一一致性指数值。


参数:cindex2
value of the second concordance index.
第二个一致性指数值。


作者(S)----------Author(s)----------


Benjamin Haibe-Kains



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

<h3>See Also</h3>

举例----------Examples----------


set.seed(12345)
age <- rnorm(100, 50, 10)
size <- rexp(100,1)
stime <- rexp(100)
cens <- runif(100,.5,2)
sevent <- as.numeric(stime <= cens)
stime <- pmin(stime, cens)
c1 <- concordance.index(x=age, surv.time=stime, surv.event=sevent,
  method="noether")
c2 <- concordance.index(x=size, surv.time=stime, surv.event=sevent,
  method="noether")
cindex.comp(c1, c2)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-23 07:15 , Processed in 0.026776 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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