fitted {unmarked} | R Documentation |
Calculate fitted (expected) values from a model
Description
Calculates expected values from a model. The approach varies based on the model type but is usually the product of the state and detection parameters.
Usage
## S4 method for signature 'unmarkedFit'
fitted(object, ...)
Arguments
object |
A |
... |
Other arguments, currently ignored. |
Value
In most cases, fitted
returns a matrix of expected values with the
same dimensions as the y
matrix (M x J or M x JT). For some models with
multiple observation processes or multiple species, such as gdistremoval
or occuMulti
, the output may be a named list of matrices.
[Package unmarked version 1.5.0 Index]