local_decode | R Documentation |
Computes state predictions one at a time for each occasion for each individual
local_decode(object, ddl = NULL, state.names = NULL)
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 |
matrix of state predictions
Jeff Laake
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.
#
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.