Default generic for multi.em
# S3 method for default
multi.em(
object,
iter = 10,
parallel = FALSE,
num.cores = 2,
random.init = TRUE,
...
)return the `em` object with the maximum log-likelihood.
the model to use in em, e.g. `lm`, `glm`, `gnm`
number of iterations for running EM algorithm.
whether to use the parallel computing.
number of cores used in the parallel computing.
whether to use a random initialization.
arguments used in em.