
Coerce bootstrap_performance objects to a vector
Source:R/model_performance_bootstrap_rmse.R
as.vector.bootstrap_performance.RdExtracts the bootstrap RMSE values as a numeric vector.
Usage
# S3 method for class 'bootstrap_performance'
as.vector(x, ...)Arguments
- x
An object of class
"bootstrap_performance".- ...
Further arguments passed to
as.vector().