View source: R/reorder_states.R
reorder_states | R Documentation |
This function reorders the estimated states, which can be useful for a comparison to true parameters or the interpretation of states.
reorder_states(x, state_order = "mean")
x |
An object of class |
state_order |
Either
|
An object of class fHMM_model
, in which states are reordered.
dax_model_3t_reordered <- reorder_states(dax_model_3t, state_order = 3:1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.