I'm trying to extract the parameter estimates (including the matrix of transition probabilities) after running a msmFit
model. However, I get the following error message:
summary(msmIre <- msmFit(modIre, 2, sw=rep(TRUE,2)))
coef(msmIre)
Error: $ operator not defined for this S4 class
Any help on this? Moreover, how can I extract the matrix of transition probabilities?
Thank You
S