powered by
This function provides a method for extracting the log likelihood from an object of class ‘mlds’.
# S3 method for mlds logLik(object, ...) # S3 method for mlbs logLik(object, ...)
An object of class ‘logLik’ whose value is the logarithm of the likelihood with attribute df providing the degrees of freedom
df
an object of class ‘mlds’ or ‘mlbs’typically from a call to mlds
mlds
for passing additional parameters, but is currently not used.
Kenneth Knoblauch
data(kk1) logLik(mlds(SwapOrder(kk1)))
Run the code above in your browser using DataLab