plotIllnessDeathModel {prodlim} | R Documentation |
Plotting an illness-death-model.
Description
Plotting an illness-death-model using plot.Hist
.
Usage
plotIllnessDeathModel(stateLabels, style = 1, recovery = FALSE, ...)
Arguments
stateLabels |
Labels for the three boxes. |
style |
Either |
recovery |
Logical. If |
... |
Arguments passed to plot.Hist. |
Author(s)
Thomas Alexander Gerds <tag@biostat.ku.dk>
See Also
plotCompetingRiskModel
, plot.Hist
Examples
plotIllnessDeathModel()
plotIllnessDeathModel(style=2)
plotIllnessDeathModel(style=2,
stateLabels=c("a","b\nc","d"),
box1.col="yellow",
box2.col="green",
box3.col="red")
[Package prodlim version 2024.06.25 Index]