decisionCurveAnalysis | R Documentation |
Decision curve analysis. Similar with plot.ntbft
decisionCurveAnalysis(
data.frame.list = NULL,
label = NULL,
rms = FALSE,
validation.df = NULL,
palette = "aaas"
)
data.frame.list |
row is sample. List should inlcude names |
rms |
Default FALSE |
validation.df |
should include all variable in data.frame.list |
palette |
data(LIRI)
d1 <- data.frame( LIRI[,c(3)])
d2 <- LIRI[,c(3,4)]
d3 <- LIRI[,c(3,4,5)]
data.frame.list = list(d1=d1,d2=d2,d3=d3)
decisionCurveAnalysis(data.frame.list, label=LIRI$status)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.