msm
msm copied to clipboard
The msm R package for continuous-time multi-state modelling of panel data
Dear Prof. Jackson, Thank you very much for providing such a great package on multi-state models. I have been running into the issue of false convergence on my dataset, where...
sppb.msm
Hi Dr. Jackson, Can you explain or point me to documentation about the handling of missing covariate data in the MSM package? I ran a model recently that had some...
Hi Prof. Jackson, I was wondering whether is an available working example of how to use the `phase.states` and `phase.inits` option to set up a hidden semi-Markov model.
Is there a way to save a trained msm model without underlying data which was used for the training? P.S. Thank you for your quick reply to my last question....
Hello Dr. Jackson, Thank you very much for crafting MSM; I've been reading your papers and using this package for a new project and really appreciate all of your work....
Error in balance(baP$z, "S") : BLAS/LAPACK routine 'DGEBAL' gave error code -3 Calls: pmatrix.msm ... MatrixExp -> -> expm.Higham08 -> balance Execution halted I got the following error when I...
The following code produces an error: ```R lapply(c(1,2,3), function(y) hmmNorm(mean = y, sd = 0.5)) ``` This sort of construction would be quite common when using the **msm** package with...
Currently as.numeric(state) ~ as.numeric(time) doesn't work in the "formula" argument to msm(). Should either support this or give a comprehensible error message.