
Auxiliary function for miss.lm
fitting. Typically only used internally by miss.lm.fit
.
miss.lm.control(maxruns = 500, tol_em = 1e-07, print_iter = TRUE)
maximum number of iterations. The default is maxruns = 500.
the tolerance to stop EM. The default is tol_em = 1e-4.
logical indicating if output should be produced for each iteration.
A list with components named as the arguments.
# NOT RUN {
## For examples see example(miss.lm)
# }
Run the code above in your browser using DataLab