ahazpen.fit.control | R Documentation |
Controls the numerical algorithm for fitting
the penalized semiparametric additive hazards model. This is typically
only used in a call to ahazpen
.
ahazpen.fit.control(thresh=1e-5, maxit=100000, ...)
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. |
A list with elements named as the arguments.
ahazpen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.