update_cobraperformance {iCOBRA} | R Documentation |
COBRAPerformance
or COBRAPlot
object to the current
version of the class formatUpdate a COBRAPerformance
or COBRAPlot
object generated by a
previous version of the package to the latest version.
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
cobradata <- cobradata_example_sval cobraperf <- calculate_performance(cobradata, binary_truth = "status", aspects = "fpr") cobraperf <- update_cobraperformance(cobraperf)