TML1.noncensored.control {RobustAFT} | R Documentation |
Auxiliary function for TML1.noncensored
. Typically only used
internally by TML1.noncensored
, but may be used to construct a control argument.
This function provides default values.
TML1.noncensored.control(iv = 1, gam = 0.1, maxit = 200, tol = 1e-04)
iv |
|
gam |
Relaxation factor for the IRLS algorithm for the final estimate. Set 0 < gam <= 1. |
maxit |
Maximum number of iterations in the IRLS algorithm for the final estimate. |
tol |
Relative tolerance in the IRLS algorithm for the final estimate. |
A list with components named as the arguments.