powered by
calc_auc(x)
gg_roc
This is a helper function for the gg_roc functions.
calc_roc
plot.gg_roc
## ## Taken from the gg_roc example # rfsrc_iris <- rfsrc(Species ~ ., data = iris) data(rfsrc_iris) gg_dta <- gg_roc(rfsrc_iris, which.outcome=1) calc_auc(gg_dta)
Run the code above in your browser using DataLab