setModelName {momentuHMM}R Documentation

Set modelName for a momentuHMM, miHMM, HMMfits, or miSum object

Description

Set modelName for a momentuHMM, miHMM, HMMfits, or miSum object

Usage

setModelName(model, modelName)

Arguments

model

momentuHMM, miHMM, HMMfits, or miSum object

modelName

Character string providing a name for the model. See fitHMM and MIfitHMM.

Value

model object with new modelName field

Examples

m <- example$m
mName <- setModelName(m, modelName="example")


[Package momentuHMM version 1.5.5 Index]