Learn R Programming

fHMM (version 1.1.1)

parameter_labels: Create labels for estimated parameters

Description

This helper function creates labels for the estimated HMM parameters.

Usage

parameter_labels(controls, expected_length)

Value

A character vector of parameter labels.

Arguments

controls

An object of class fHMM_controls.

expected_length

The expected output length.

Examples

Run this code
if (FALSE) {
parameter_labels(set_controls(), 8)
}

Run the code above in your browser using DataLab