Learn R Programming

glmmFEL (version 1.0.5)

logLik.glmmFELMod: Extract log-likelihood (approximate)

Description

Extract log-likelihood (approximate)

Usage

# S3 method for glmmFELMod
logLik(object, ...)

Value

An object of class "logLik" giving the approximate log-likelihood stored in object$logLik, with attributes "df" (effective number of parameters, taken as length(beta) + 1 for the variance component) and "nobs" (number of observations).

Arguments

object

A glmmFELMod object.

...

Unused.