sojourn.msm(x, covariates="mean", ci=c("delta","normal","bootstrap","none"),
cl=0.95, B=1000)
msm
"mean"
, denoting the means of the covariates in
the data (this is the default),
the number 0
, indicating that all the covariates"delta"
(the default) then confidence intervals are
calculated by the delta method, or by simple transformation of the
Hessian in the very simplest cases.
If "normal"
, then calculate a confidence interval by A continuous-time Markov model is fully specified by the mean sojourn
times and the probability that each state is next (pnext.msm
).
This is a more intuitively meaningful description of a model than the transition intensity
matrix (qmatrix.msm
).
msm
, qmatrix.msm
, deltamethod