當前位置: 首頁>>代碼示例 >>用法及示例精選 >>正文


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。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。