as.data.table.performance {BuyseTest} | R Documentation |
Convert Performance Objet to data.table
Description
Extract the AUC/brier score values or the prediction into a data.table format.
Usage
## S3 method for class 'performance'
as.data.table(
x,
keep.rownames = FALSE,
type = "performance",
format = NULL,
...
)
Arguments
x |
object of class |
keep.rownames |
Not used. For compatibility with the generic method. |
type |
[character] either |
format |
[character] should the result be outcome in the long format ( |
... |
Not used. For compatibility with the generic method. |
Value
A data.table object
[Package BuyseTest version 3.0.4 Index]