fitted.spIntPGOcc {spOccupancy} | R Documentation |
Extract Model Fitted Values for spIntPGOcc Object
Description
Method for extracting model fitted values and detection probability values from a fitted single-species integrated spatial occupancy (spIntPGOcc
) model.
Usage
## S3 method for class 'spIntPGOcc'
fitted(object, ...)
Arguments
object |
object of class |
... |
currently no additional arguments |
Details
A method to the generic fitted
function to extract fitted values and detection probability values for fitted model objects of class spIntPGOcc
.
Value
A list comprised of
y.rep.samples |
A list of three-dimensional numeric arrays of fitted values for each individual data source for use in Goodness of Fit assessments. |
p.samples |
A list of three-dimensional numeric arrays of detection probability values. |
[Package spOccupancy version 0.7.6 Index]