View source: R/model_performance_bootstrap_rmse.R
| bootstrap_rmse | R Documentation |
bootstrap_performance()bootstrap_rmse() is deprecated in favour of bootstrap_performance().
Objects returned by bootstrap_rmse() keep class "bootstrap_rmse" for
backward compatibility and also inherit from "bootstrap_performance".
bootstrap_rmse(
model,
data,
n = 50,
frac = 1,
metric = "rmse",
sampling = c("bootstrap", "split"),
show_progress = TRUE,
rmse_model = NULL
)
model |
A fitted model object that can be updated on resampled data. |
data |
Data frame containing the model response and predictors. |
n |
Deprecated. Use |
frac |
Deprecated. Use |
metric |
Character string. Performance metric to compute. Currently only
|
sampling |
Character string. Sampling scheme. |
show_progress |
Logical. Show a progress bar during resampling.
Default is |
rmse_model |
Optional finite numeric RMSE for the original fitted model.
If |
See bootstrap_performance().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.