roc | R Documentation |
ROC curves for out-of-bag random forest predictions.
roc(x)
## S4 method for signature 'RandomForest'
roc(x)
## S4 method for signature 'list'
roc(x)
## S4 method for signature 'Analysis'
roc(x)
x |
S4 object of class |
A tibble containing the ROC curves.
library(metaboData)
x <- analysisData(abr1$neg[,200:300],abr1$fact) %>%
occupancyMaximum(cls = 'day') %>%
transformTICnorm()
rf <- randomForest(x,cls = 'day')
roc(rf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.