multi.em {em} | R Documentation |
Multiple run of EM algorithm
Description
Multiple run of EM algorithm
Usage
multi.em(object, ...)
Arguments
object |
the model to use in em, e.g. 'lm', 'glm', 'gnm' |
... |
arguments used in em. |
Value
return the 'em' object with the maximum log-likelihood.
[Package em version 1.0.0 Index]