| summary.svcTIntPGOcc | R Documentation |
Methods for extracting information from fitted multi-season single-species spatially-varying coefficient integrated occupancy (svcTIntPGOcc) model.
## S3 method for class 'svcTIntPGOcc'
summary(object, quantiles = c(0.025, 0.5, 0.975),
digits = max(3L, getOption("digits") - 3L), ...)
## S3 method for class 'svcTIntPGOcc'
print(x, ...)
## S3 method for class 'svcTIntPGOcc'
plot(x, param, density = TRUE, ...)
object, x |
object of class |
quantiles |
for |
digits |
for |
param |
parameter name for which to generate a traceplot. Valid names are
|
density |
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 svcTIntPGOcc, including methods to the generic functions print, summary, and plot.
No return value, called to display summary information of a svcTIntPGOcc object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.