coef.POUMM {POUMM} | R Documentation |
Extract maximum likelihood fitted parameters (coefficients) from a fitted POUMM model.
Description
Extract maximum likelihood fitted parameters (coefficients) from a fitted POUMM model.
Usage
## S3 method for class 'POUMM'
coef(object, mapped = FALSE, ...)
Arguments
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. |
Details
The parameters extracted are the ones used as input to the model's parMapping function.
Value
A named vector with the fitted parameters of the model.
[Package POUMM version 2.1.7 Index]