powered by
roc
COBRAPerformance
COBRAPlot
roc(x, ...)roc(x, ...) <- value## S3 method for class 'COBRAPerformance': roc(x)## S3 method for class 'COBRAPerformance,data.frame': roc(x) <- value## S3 method for class 'COBRAPlot,data.frame': roc(x) <- value
roc(x, ...) <- value
## S3 method for class 'COBRAPerformance': roc(x)
## S3 method for class 'COBRAPerformance,data.frame': roc(x) <- value
## S3 method for class 'COBRAPlot,data.frame': roc(x) <- value
data(cobradata_example) cobraperf <- calculate_performance(cobradata_example, binary_truth = "status", aspects = "roc") head(roc(cobraperf))
Run the code above in your browser using DataLab