powered by
Get the log-likelihood of the model
# S3 method for tramME logLik(object, ...)
A fitted tramME model
Optional argument (for consistency with generic)
A numeric value of the log-likelihood at its optimum.
# NOT RUN { data("sleepstudy", package = "lme4") fit <- LmME(Reaction ~ Days + (Days | Subject), data = sleepstudy) logLik(fit) # }
Run the code above in your browser using DataLab