R/POUMM.R
coef.POUMM.RdExtract maximum likelihood fitted parameters (coefficients) from a fitted POUMM model.
# S3 method for POUMM coef(object, mapped = FALSE, ...)
| object | An object of class POUMM. |
|---|---|
| mapped | Logical indicating whether the standard POUMM parameters should also be extracted. |
| ... | Not used; added for compatibility with generic function coef. |
A named vector with the fitted parameters of the model.
The parameters extracted are the ones used as input to the model's parMapping function.