survreg.control(survival)
survreg.control()所属R语言包:survival
Package options for survreg and coxph
封装选项为survreg和coxph
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This functions checks and packages the fitting options for survreg
这个功能检查和包survreg接头选项
用法----------Usage----------
survreg.control(maxiter=30, rel.tolerance=1e-09,
toler.chol=1e-10, iter.max, debug=0, outer.max=10)
参数----------Arguments----------
参数:maxiter
maximum number of iterations
最大迭代次数
参数:rel.tolerance
relative tolerance to declare convergence
相对宽容声明收敛
参数:toler.chol
Tolerance to declare Cholesky decomposition singular
宽容声明Cholesky分解奇异
参数:iter.max
same as maxiter
同为maxiter
参数:debug
print debugging information
打印调试信息
参数:outer.max
maximum number of outer iterations for choosing penalty parameters
选择惩罚参数外迭代的最大数量
值----------Value----------
A list with the same elements as the input
作为输入相同的元素的列表
参见----------See Also----------
survreg
survreg
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|