logLik.mlds {MLDS} | R Documentation |
This function provides a method for extracting the log likelihood from an object of class ‘mlds’.
## S3 method for class 'mlds': logLik(object, ...)
object |
an object of class ‘mlds’ typically from a call to mlds |
... |
for passing additional parameters, but is currently not used. |
An object of class ‘logLik’ whose value is the logarithm of the likelihood with attribute df
providing the degrees of freedom
Kenneth Knoblauch
data(kk1) logLik(mlds(SwapOrder(kk1)))