Hi, I am using MSwM package in R to estimate a multivariate Hidden Markov Switching Model. I am using the following code for a 3 regime model:
model=lm(y~x1+x2+x3+x4.....+x12)
mod=msmFit(model,k=3,sw=rep(TRUE,12))
summary(mod)
I need seek on the following:
(a) how to get the output on...