summary.survexp(survival)
summary.survexp()所属R语言包:survival
Summary function for a survexp object
为survexp对象的汇总函数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns a list containing the values of the survival at specified times.
返回一个列表,包含生存在指定的时间值。
用法----------Usage----------
## S3 method for class 'survexp'
summary(object, times, scale = 1, ...)
参数----------Arguments----------
参数:object
the result of a call to the survexp function
survexp函数调用的结果
参数:times
vector of times; the returned matrix will contain 1 row for each time. Missing values are not allowed.
向量的时代;返回矩阵将包含1每次行。遗漏值是不允许的。
参数:scale
numeric value to rescale the survival time, e.g., if the input data to survfit were in days, scale = 365.25 would scale the output to years.
数值重新调整存活时间,例如,如果输入的数据survfit天,scale = 365.25将扩展输出至数年。
参数:...
For future methods
对于未来的方法
Details
详情----------Details----------
A primary use of this function is to retreive survival at fixed time points, which will be properly interpolated by the function.
此功能的一个主要用途是在固定的时间点,将适当插值函数中检索的生存。
值----------Value----------
a list with the following components:
以下组件列表:
参数:surv
the estimate of survival at time t.
生存在时间t的估计。
参数:time
the timepoints on the curve.
曲线上的时间点。
参数:n.risk
In expected survival each subject from the data set is matched to a hypothetical person from the parent population, matched on the characteristics of the parent population. The number at risk is the number of those hypothetical subject who are still part of the calculation.
预期生存在每个数据集的主题相匹配,以假想的人,从母体母体的特点相匹配。在一些风险,这些假设的主题仍然计算的一部分。
作者(S)----------Author(s)----------
Terry Therneau
参见----------See Also----------
survexp
survexp
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|