Learn R Programming

gllvm (version 1.0)

summary.gllvm: Summarizing gllvm model fits

Description

A summary of the fitted 'gllvm' object, including function call, distribution family and model parameters.

Usage

# S3 method for gllvm
summary(object, ...)

Arguments

object

an object of class 'gllvm'

...

not used.

Examples

Run this code
# 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")
summary(fit)

# }

Run the code above in your browser using DataLab