Learn R Programming

fHMM (version 1.1.1)

npar: Number of model parameters

Description

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

Usage

npar(object, ...)

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

Value

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

Arguments

object

An object of class fHMM_model.

...

Optionally more objects of class fHMM_model.

Examples

Run this code
npar(dax_model_3t, dax_model_2n)

Run the code above in your browser using DataLab