View source: R/utils_analysis.R
analyze_cv | R Documentation |
Computes fit statistics for each CV fold and returns the statistics' means with 95% confidence intervals (CI).
analyze_cv(data, fun, ci_method = c("percentile", "bca", "norm"), ...)
data |
a data frame with .outcome, .fitted and .resample columns. |
fun |
analysis function. |
ci_method |
method used for 95% CI calculation. |
... |
additional arguments passed to the analysis function. |
a tibble with the statistic values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.