npar: Number of model parameters

View source: R/fHMM_model.R

nparR Documentation

Number of model parameters

Description

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

Usage

npar(object, ...)

## S3 method for class '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)


fHMM documentation built on Oct. 12, 2023, 5:10 p.m.