logLik.slouch: Extract Log-Likelihood

View source: R/methods.R

logLik.slouchR Documentation

Extract Log-Likelihood

Description

Extract Log-Likelihood

Usage

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

Arguments

object

An object of class 'slouch'

...

Additional arguments.

Value

An object of class 'logLik'

Examples

data(artiodactyla)
data(neocortex)

neocortex <- neocortex[match(artiodactyla$tip.label, neocortex$species), ]

m0 <- slouch.fit(phy = artiodactyla,
                 species = neocortex$species,
                 response = neocortex$body_mass_g_log_mean,
                 mv.response = neocortex$body_mass_g_log_varmean,
                 fixed.fact = neocortex$diet,
                 hillclimb = TRUE)
                 
logLik(m0)

kopperud/slouch documentation built on Feb. 17, 2024, 10:31 a.m.