| miss.lm.control {misaem} | R Documentation | 
Auxiliary for Controlling Fitting
Description
Auxiliary function for miss.lm fitting. Typically only used internally by miss.lm.fit.
Usage
miss.lm.control(maxruns = 500, tol_em = 1e-07, print_iter = TRUE)
Arguments
| maxruns | maximum number of iterations. The default is maxruns = 500. | 
| tol_em | the tolerance to stop EM. The default is tol_em = 1e-4. | 
| print_iter | logical indicating if output should be produced for each iteration. | 
Value
A list with components named as the arguments.
Examples
## For examples see example(miss.lm)
[Package misaem version 1.0.1 Index]