Description Usage Arguments Value Author(s) Examples
Accessor function to extract the methods that are represented in an
COBRAPerformance
or COBRAPlot
object.
1 2 3 4 | 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
1 2 3 4 5 | data(cobradata_example)
cobraperf <- calculate_performance(cobradata_example,
binary_truth = "status",
aspects = "fdrtprcurve")
basemethods(cobraperf)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.