local_decode: Local decoding of HMM

View source: R/HMMutilities.r

local_decodeR Documentation

Local decoding of HMM

Description

Computes state predictions one at a time for each occasion for each individual

Usage

local_decode(object, ddl = NULL, state.names = NULL)

Arguments

object

fitted crm model (must be an HMM model)

ddl

design data list

state.names

names for states used to label output; if NULL uses strata.labels + Dead state

Value

matrix of state predictions

Author(s)

Jeff Laake

References

Zucchini, W. and I.L. MacDonald. 2009. Hidden Markov Models for Time Series: An Introduction using R. Chapman and Hall, Boca Raton, FL. See page 80.

Examples

#

# This example is excluded from testing to reduce package check time
# cormack-jolly-seber model
data(dipper)
mod=crm(dipper,model="hmmcjs")
local_decode(mod)


marked documentation built on Oct. 19, 2023, 5:06 p.m.