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

R语言 survcomp包 no.at.risk()函数中文帮助文档(中英文对照)

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

                                        Function to compute the number of individuals at risk
                                         函数来计算个人风险

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

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

Function to compute the number of individuals at risk at certain time points, as used in the Kaplan-Meier estimator for instance, depending on stratification.
函数计算个人风险,在一定的时间点,例如Kaplan-Meier法估计,根据分层。


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


no.at.risk(formula.s, data.s, sub.s = "all", t.step, t.end)



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

参数:formula.s
formula composed of a Surv object and a strata variable (i.e. stratification).
Surv对象和阶层变量(即分层)组成的配方。


参数:data.s
data frame composed of the variables used in the formula.
在公式中使用的变量组成的数据框。


参数:sub.s
vector of booleans specifying if only a subset of the data should be considered.
如果只有一个数据子集,应考虑指定布尔值的向量。


参数:t.step
time step at which the number of individuals at risk is computed.
个人风险计算的时间步。


参数:t.end
maximum time to be considered.
最大的时间加以考虑。


Details

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

The original version of this function was kindly provided by Dr Christos Hatzis (January, 17th 2006).
议员克里斯托Hatzis(1月17日2006年),请提供此功能的原始版本。


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

number of individuals at risk at each time step specified in t.step up to t.end.
在每一个时间步指定t.stept.end个人风险。


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


Christos Hatzis, Benjamin Haibe-Kains



参见----------See Also----------

survfit, km.coxph.plot
survfit,km.coxph.plot


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


require(survival)
set.seed(12345)
stime <- rexp(100)
cens   <- runif(100,.5,2)
sevent  <- as.numeric(stime <= cens)
stime <- pmin(stime, cens)
strat <- sample(1:3, 100, replace=TRUE)
dd <- data.frame("surv.time"=stime, "surv.event"=sevent, "strat"=strat)
no.at.risk(formula.s=Surv(surv.time,surv.event) ~ strat, data.s=dd,
  sub.s="all", t.step=0.05, t.end=1)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-23 06:00 , Processed in 0.033713 second(s), 24 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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