Methods for extracting information from fitted univariate GLMMs (abund
).
# S3 method for abund
summary(object, quantiles = c(0.025, 0.5, 0.975),
digits = max(3L, getOption("digits") - 3L), ...)
# S3 method for abund
print(x, ...)
# S3 method for abund
plot(x, param, density = TRUE, ...)
No return value, called to display summary information of a abund
object.
object of class abund
.
for summary
, posterior distribution quantiles to compute.
for summary
, number of digits to report.
parameter name for which to generate a traceplot. Valid names are
"beta", "beta.star", "sigma.sq.mu", "tau.sq"
.
logical value indicating whether to also generate a density plot for each parameter in addition to the MCMC traceplot.
currently no additional arguments
A set of standard extractor functions for fitted model objects of
class abund
, including methods to the generic functions print
, summary
, and plot
.