getcondLL {cAIC4}R Documentation

Function to calculate the conditional log-likelihood

Description

Function to calculate the conditional log-likelihood

Usage

getcondLL(object)

## S3 method for class 'lme'
getcondLL(object)

## S3 method for class 'merMod'
getcondLL(object)

Arguments

object

An object of class merMod either fitted by lmer or glmer of the 'lme4' package.

Value

conditional log-likelihood value

NULL

NULL


[Package cAIC4 version 1.0 Index]