summary.ppcOcc {spOccupancy} | R Documentation |
Methods for ppcOcc Object
Description
Methods for extracting information from posterior predictive check objects of class ppcOcc
.
Usage
## S3 method for class 'ppcOcc'
summary(object, level, digits = max(3L, getOption("digits") - 3L), ...)
Arguments
object |
object of class |
level |
a quoted keyword for multi-species models that indicates
the level to summarize the posterior predictive check. Valid key words
are: |
digits |
number of digits to report. |
... |
currently no additional arguments |
Details
A set of standard extractor functions for fitted posterior predictive
check objects of class ppcOcc
, including methods to the generic function
summary
.
Value
No return value, called to display summary information of a ppcOcc
object.
[Package spOccupancy version 0.7.6 Index]