coef.POUMM: Extract maximum likelihood fitted parameters (coefficients)...

Description Usage Arguments Details Value

View source: R/POUMM.R

Description

Extract maximum likelihood fitted parameters (coefficients) from a fitted POUMM model.

Usage

1
2
## 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.


venelin/POUMM documentation built on Oct. 25, 2020, 12:07 a.m.