riskCalibrationPlotMultiple | R Documentation |
Plot multiple calibration plot by riskRegression
riskCalibrationPlotMultiple(risk.list = NULL, label = NULL, palette = "aaas")
risk.list |
Data.frame with column risk or a named list |
label |
a vector |
palette |
data("LIRI")
risk.list = list(ANLN = LIRI$ANLN,
CENPA = LIRI$CENPA)
label = LIRI$status
risk.list = LIRI[,c(3,4)]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.