当前位置: 首页>>代码示例 >>用法及示例精选 >>正文


R survreg.control survreg 和 coxph 的软件包选项


R语言 survreg.control 位于 survival 包(package)。

说明

该函数检查并打包 survreg 的拟合选项

用法

survreg.control(maxiter=30, rel.tolerance=1e-09, 
toler.chol=1e-10, iter.max, debug=0, outer.max=10)

参数

maxiter

最大迭代次数

rel.tolerance

宣告收敛的相对容忍度

toler.chol

声明 Cholesky 分解奇异的公差

iter.max

maxiter相同

debug

打印调试信息

outer.max

选择惩罚参数的最大外迭代次数

与输入具有相同元素的列表

也可以看看

survreg

相关用法


注:本文由纯净天空筛选整理自R-devel大神的英文原创作品 Package options for survreg and coxph。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。