Description Usage Arguments Value Author(s) Examples
View source: R/COBRAPerformance.R
Update a COBRAPerformance
or COBRAPlot
object generated by a
previous version of the package to the latest version.
1 | update_cobraperformance(object, quiet = FALSE)
|
object |
A |
quiet |
Set to TRUE to disable messages listing the modifications that are applied to the object |
An updated COBRAPerformance
or COBRAPlot
object
Charlotte Soneson
1 2 3 4 5 6 | cobradata <- cobradata_example_sval
cobraperf <- calculate_performance(cobradata,
binary_truth = "status",
aspects = "fpr")
cobraperf <- update_cobraperformance(cobraperf)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.