summary.msPGOcc {spOccupancy} | R Documentation |
Methods for msPGOcc Object
Description
Methods for extracting information from fitted multi-species occupancy (msPGOcc
) model.
Usage
## S3 method for class 'msPGOcc'
summary(object, level = 'both', quantiles = c(0.025, 0.5, 0.975),
digits = max(3L, getOption("digits") - 3L), ...)
## S3 method for class 'msPGOcc'
print(x, ...)
## S3 method for class 'msPGOcc'
plot(x, param, density = TRUE, ...)
Arguments
object , x |
object of class |
level |
a quoted keyword that indicates the level to summarize the
model results. Valid key words are: |
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 |
Details
A set of standard extractor functions for fitted model objects of
class msPGOcc
, including methods to the generic functions print
, summary
, and plot
.
Value
No return value, called to display summary information of a msPGOcc
object.