logLik.em {em} | R Documentation |
This function computes logLik of EM Algorithm.
Description
This function computes logLik of EM Algorithm.
Usage
## S3 method for class 'em'
logLik(object, ...)
Arguments
object |
an object of 'em'. |
... |
other used arguments. |
Value
the log-likelihood value
[Package em version 1.0.0 Index]