## S3 method for class 'msm':
print(x,covariates=NULL, digits=4, \dots)
printnew.msm(x, covariates=NULL, digits=4, ...)
msm
, representing a fitted
multi-state model object.qmatrix.msm
for more details.format
. Defaults to 4.format
.print.msm
is a numeric matrix with one column
for each estimate or confidence limit for intensities and their
covariates, in the same arrangement as
printed, but with the underlying numbers in full precision. The results
formatted for printing are stored in the "formatted"
attribute of
the object, as a character matrix. These can alternatively be produced
by msm.form.qoutput
, which has no printing side-effect.
msm.form.eoutput
produces the same arrangement for
misclassification probabilities instead of intensities.Also in the old method, covariate effects were presented as log hazard ratios or log odds ratios. The log scale is more convenient mathematically, but unnatural to interpret. The new method presents hazard ratios for covariates on transition intensities and odds ratios for misclassification probabilities.
printnew.msm
is an alias for print.msm
.
msm
, printold.msm
, msm.form.qoutput
.