View source: R/summary.gllvm.R
summary.gllvm | R Documentation |
A summary of the fitted 'gllvm' object, including function call, distribution family and model parameters.
## S3 method for class 'gllvm'
summary(
object,
by = "all",
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars"),
dispersion = FALSE,
spp.intercepts = FALSE,
row.intercepts = FALSE,
Lvcoefs = FALSE,
rotate = TRUE,
type = NULL,
...
)
## S3 method for class 'summary.gllvm'
print(x, ...)
object |
an object of class 'gllvm' |
by |
By = "all" (default) will return a Wald statistics per predictor and LV if the ordination includes predictors, by = "terms" will return a multivariate Wald statistic per predictor (displayed at first LV), and by = "LV" will do the same but per dimension (displayed at first predictors). |
digits |
the number of significant digits to use when printing |
signif.stars |
If |
dispersion |
option to return dispersion parameters, defaults to |
spp.intercepts |
option to return species intercepts, defaults to |
row.intercepts |
option to return row intercepts, defaults to |
Lvcoefs |
option to return species scores in the ordination, defaults to |
rotate |
defaults to |
type |
to match "type" in |
... |
not used. |
x |
a summary object |
Various options are available to include extra parameter estimates in the summary, which have been excluded by default, for readability.
Jenni Niku <jenni.m.e.niku@jyu.fi>, Bert van der Veen
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.