fitted.svcMsAbund {spAbundance} | R Documentation |
Extract Model Fitted Values for svcMsAbund Object
Description
Method for extracting model fitted values from a fitted multivatiate spatially-varying coefficient GLMM (svcMsAbund
).
Usage
## S3 method for class 'svcMsAbund'
fitted(object, ...)
Arguments
object |
object of class |
... |
currently no additional arguments |
Details
A method to the generic fitted
function to extract fitted values for fitted model objects of class svcMsAbund
.
Value
A four-dimensional numeric array of fitted values for use in Goodness of Fit assessments. Array dimensions correspond to MCMC samples, species, sites, and replicates.
[Package spAbundance version 0.1.3 Index]