logLik.tramME {tramME}R Documentation

Get the log-likelihood of the model

Description

Get the log-likelihood of the model

Usage

## S3 method for class 'tramME'
logLik(object, ...)

Arguments

object

A fitted tramME model

...

Optional argument (for consistency with generic)

Value

A numeric value of the log-likelihood at its optimum.

Examples

data("sleepstudy", package = "lme4")
fit <- LmME(Reaction ~ Days + (Days | Subject), data = sleepstudy)
logLik(fit)

[Package tramME version 0.0.3 Index]