as.data.frame.diag_test: Convert diag_test to Data Frame
Description
Extracts the performance metrics table as a plain data.frame.
Usage
# S3 method for diag_test
as.data.frame(x, ...)
Value
A data.frame with columns Metric, Estimate, LowerCI,
UpperCI.
Arguments
- x
A diag_test object.
- ...
Additional arguments (unused).