Learn R Programming

POUMM (version 2.1.7)

coef.POUMM: 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 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.

Value

A named vector with the fitted parameters of the model.

Details

The parameters extracted are the ones used as input to the model's parMapping function.