logLik.tramME {tramME} | R Documentation |
Get the log-likelihood of the model
## S3 method for class 'tramME' logLik(object, ...)
object |
A fitted tramME model |
... |
Optional argument (for consistency with generic) |
A numeric value of the log-likelihood at its optimum.
data("sleepstudy", package = "lme4") fit <- LmME(Reaction ~ Days + (Days | Subject), data = sleepstudy) logLik(fit)