fitted.lfJSDM | R Documentation |
Method for extracting model fitted values and probability values from a fitted latent factor joint species distribution model (lfJSDM
).
## S3 method for class 'lfJSDM'
fitted(object, ...)
object |
object of class |
... |
currently no additional arguments |
A method to the generic fitted
function to extract fitted values and probability values for fitted model objects of class lfJSDM
.
A list comprised of:
z.samples |
A three-dimensional numeric array of fitted values for use in Goodness of Fit assessments. Array dimensions correspond to MCMC samples, species, and sites. |
psi.samples |
A three-dimensional numeric array of probability values. Array dimensions correspond to MCMC samples, species, and sites. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.