Learn R Programming

em (version 1.0.0)

multi.em: Multiple run of EM algorithm

Description

Multiple run of EM algorithm

Usage

multi.em(object, ...)

Value

return the `em` object with the maximum log-likelihood.

Arguments

object

the model to use in em, e.g. `lm`, `glm`, `gnm`

...

arguments used in em.