Rdocumentation
powered by
Learn R Programming
interval (version 0.7-5.5)
icfitControl: Auxiliary for controling icfit
Description
A function to create a list of arguments for
icfit
.
Usage
icfitControl(epsilon = 1e-06, maxit = 10000)
Arguments
epsilon
The minimum error for convergence purposes. The EM algorithm stops when error $
maxit
maximum number of iterations of the EM algorithm
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.