Skip to contents

This function extracts the number of model parameters of an fHMM_model object.

Usage

npar(object, ...)

# S3 method for fHMM_model
npar(object, ...)

Arguments

object

An object of class fHMM_model.

...

Optionally more objects of class fHMM_model.

Value

Either a numeric value (if just one object is provided) or a numeric vector.

Examples

npar(dax_model_3t, dax_model_2n)
#> [1] 15  6