coxph.control(survival)
coxph.control()所属R语言包:survival
Ancillary arguments for controling coxph fits
温控coxph适合的辅助参数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is used to set various numeric parameters controling a Cox model fit. Typically it would only be used in a call to coxph.
这是用来设置各种数值参数的Cox模型拟合控制。通常它只会调用coxph在使用。
用法----------Usage----------
coxph.control(eps = 1e-09, toler.chol = .Machine$double.eps^0.75,
iter.max = 20, toler.inf = sqrt(eps), outer.max = 10)
参数----------Arguments----------
参数:eps
Iteration continues until the relative change in the log partial likelihood is less than eps. Must be positive.
迭代继续进行,直到日志中的部分可能性相对变化比EPS。必须是积极的。
参数:toler.chol
Tolerance for detection of singularity during a Cholesky decomposion of the variance matrix, i.e., for detecting a redundant predictor variable.
乔列斯基decomposion检测多余的预测变量的方差矩阵,即在奇异性检测公差。
参数:iter.max
Maximum number of iterations to attempt for convergence.
尝试收敛迭代的最大数量。
参数:toler.inf
Tolerance criteria for the warning message about a possible infinite coefficient value.
一个可能无限系数的值的警告消息的公差标准。
参数:outer.max
For a penalized coxph model, e.g. with pspline terms, there is an outer loop of iteration to determine the penalty parameters; maximum number of iterations for this outer loop.
对于1受罚coxph模型,例如pspline方面,有确定的刑罚参数是一个迭代的外环;这个外环迭代的最大数量。
值----------Value----------
a list containing the values of each of the above constants
含有上述每个常数的值列表
作者(S)----------Author(s)----------
Terry Therneau
参见----------See Also----------
coxph
coxph
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|