print.summary.survfit(survival)
print.summary.survfit()所属R语言包:survival
Print Survfit Summary
打印Survfit摘要
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Prints the result of summary.survfit.
打印summary.survfit的结果。
用法----------Usage----------
## S3 method for class 'summary.survfit'
print(x, digits = max(options() $digits-4, 3), ...)
参数----------Arguments----------
参数:x
an object of class "summary.survfit", which is the result of the summary.survfit function.
一个类的对象"summary.survfit",这是summary.survfit函数的结果。
参数:digits
the number of digits to use in printing the numbers.
使用中打印数字的位数。
参数:...
for future methods
未来的方法
值----------Value----------
x, with the invisible flag set to prevent printing.
x,与无形的标志设置,以防止打印。
副作用----------Side Effects----------
prints the summary created by summary.survfit.
打印summary.survfit创建的总结。
参见----------See Also----------
options, print, summary.survfit.
options,print,summary.survfit。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|