Closed loelschlaeger closed 11 months ago
When
controls <- fHMM::set_controls( list( "hierarchy" = TRUE, "states" = c(4, 4) ) ) fHMM::prepare_data(controls, seed = rnorm(1))
then
# Error: Gamma must be a transition probability matrix.
Maybe related to #83 ?
Fixed with package version 1.2.0.
When
then
Maybe related to #83 ?