icfitControl {interval} | R Documentation |
A function to create a list of arguments for icfit
.
icfitControl(epsilon = 1e-06, maxit = 10000)
epsilon |
The minimum error for convergence purposes. The EM algorithm stops when error < epsilon, where error is the maximum of the reduced gradients (see Gentleman and Geyer, 1994) |
maxit |
maximum number of iterations of the EM algorithm |
An list with the arguments as components.
Gentleman, R. and Geyer, C.J. (1994). Maximum likelihood for interval censored data:consistency and computation. Biometrika, 81, 618-623.