Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

logLik.gllvm

Log-likelihood of gllvm


Description

Extracts Log-likelihood from 'gllvm' objects.

Usage

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

Arguments

object

an object of class 'gllvm'.

...

not used.

Author(s)

David I. Warton, Jenni Niku

Examples

## Not run: 
## Load a dataset from the mvabund package
data(antTraits)
y <- as.matrix(antTraits$abund)
# Fit gllvm model
fit <- gllvm(y = y, family = poisson())
# log-Likelihood:
logLik(fit)

## End(Not run)

gllvm

Generalized Linear Latent Variable Models

v1.3.0
GPL-2
Authors
Jenni Niku [aut, cre], Wesley Brooks [aut], Riki Herliansyah [aut], Francis K.C. Hui [aut], Sara Taskinen [aut], David I. Warton [aut], Bert van der Veen [aut]
Initial release
2021-4-26

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.