Summarizing gllvm model fits
A summary of the fitted 'gllvm' object, including function call, distribution family and model parameters.
## S3 method for class 'gllvm' summary(object, ...)
object |
an object of class 'gllvm' |
... |
not used. |
Jenni Niku <jenni.m.e.niku@jyu.fi>
## 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) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.