hazard.msm {msm} | R Documentation |
Hazard ratios are computed by exponentiating the
estimated covariate effects on the log-transition intensities.
This function is called by summary.msm
.
hazard.msm(x, hazard.scale = 1)
x |
Output from msm representing a fitted
multi-state model. |
hazard.scale |
Vector with same elements as number of covariates on transition rates. Corresponds to the increase in each covariate used to calculate its hazard ratio. Defaults to all 1. |
A list of tables containing hazard ratio estimates, one table for each covariate. Each table has three columns, containing the hazard ratio, and an approximate upper 95% and lower 95% confidence limit respectively (assuming normality of the estimator), for each Markov chain transition intensity.
C. H. Jackson chris.jackson@imperial.ac.uk