Description Usage Arguments Value Examples
Auxiliary function for miss.lm
fitting. Typically only used internally by miss.lm.fit
.
1 | miss.lm.control(maxruns = 500, tol_em = 1e-07, print_iter = TRUE)
|
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. |
A list with components named as the arguments.
1 | ## For examples see example(miss.lm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.