logLik.fmx {fmx} | R Documentation |
Log-Likelihood of fmx Object
Description
..
Usage
## S3 method for class 'fmx'
logLik(object, data = object@data, ...)
Arguments
object |
fmx object |
data |
|
... |
place holder for S3 naming convention |
Details
Function logLik.fmx returns a logLik object indicating the log-likelihood.
An additional attribute attr(,'logl')
indicates the point-wise log-likelihood,
to be use in Vuong's closeness test.
Value
Function logLik.fmx returns a logLik object with
an additional attribute attr(,'logl')
.
[Package fmx version 0.1.2 Index]