Learn R Programming

misaem (version 1.0.1)

miss.lm.control: 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

Run this code
# NOT RUN {
## For examples see example(miss.lm)
# }

Run the code above in your browser using DataLab