basemethods {iCOBRA} | R Documentation |
Accessor function to extract the methods that are represented in an
COBRAPerformance
or COBRAPlot
object.
basemethods(x, ...) ## S4 method for signature 'COBRAPerformance' basemethods(x)
x |
A |
... |
Additional arguments. |
A character vector of all methods represented in the object.
Charlotte Soneson
data(cobradata_example) cobraperf <- calculate_performance(cobradata_example, binary_truth = "status", aspects = "fdrtprcurve") basemethods(cobraperf)