Rdocumentation
powered by
Learn R Programming
interval (version 1.0-1.2)
icfitControl: Auxiliary for controling icfit
Description
A function to create a list of arguments for
icfit
.
Usage
icfitControl(epsilon = 1e-06, maxit = 10000, initfitOpts=NULL)
Arguments
epsilon
The minimum error for convergence purposes. The EM algorithm stops when error $
maxit
maximum number of iterations of the EM algorithm
initfitOpts
named list of options for initfit function if initfit is function name
Value
An list with the arguments as components.
References
Gentleman, R. and Geyer, C.J. (1994). Maximum likelihood for interval censored data:consistency and computation. Biometrika, 81, 618-623.