ahazpen.fit.control {ahaz} | R Documentation |
Controls for ahazpen fitting algorithm
Description
Controls the numerical algorithm for fitting
the penalized semiparametric additive hazards model. This is typically
only used in a call to ahazpen
.
Usage
ahazpen.fit.control(thresh=1e-5, maxit=100000, ...)
Arguments
thresh |
Declare convergence when the maximal relative change from the
last iteration is less than |
maxit |
Maximal number passes by the algorithm over the data for
all values of the regularization parameter lambda. Default is |
... |
For future methods. |
Value
A list with elements named as the arguments.
See Also
[Package ahaz version 1.15 Index]