Description Usage Arguments Author(s) See Also Examples
View source: R/plotIllnessDeathModel.R
Plotting an illness-death-model using plot.Hist
.
1 | plotIllnessDeathModel(stateLabels, style = 1, recovery = FALSE, ...)
|
stateLabels |
Labels for the three boxes. |
style |
Either |
recovery |
Logical. If |
... |
Arguments passed to plot.Hist. |
Thomas Alexander Gerds <tag@biostat.ku.dk>
plotCompetingRiskModel
, plot.Hist
1 2 3 4 5 6 7 | plotIllnessDeathModel()
plotIllnessDeathModel(style=2)
plotIllnessDeathModel(style=2,
stateLabels=c("a","b\nc","d"),
box1.col="yellow",
box2.col="green",
box3.col="red")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.