Extract Log-Likelihood from mlmodel objects
Details
The returned object is of class "logLik" and has two important attributes:
nobs: number of observations used in estimation.df: number of estimated parameters (usually called K), computed aslength(coef(object)). This includes coefficients from both the location (mean/value) and scale equations when present.
