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 thresh. Default is thresh=1e-5.

maxit

Maximal number passes by the algorithm over the data for all values of the regularization parameter lambda. Default is maxit=100000.

...

For future methods.

Value

A list with elements named as the arguments.

See Also

ahazpen


[Package ahaz version 1.15 Index]