View source: R/evaluation_stats.R
evaluation_stats | R Documentation |
Calculate median and standard deviation of evaluation results for all candidate models considering cross-validation kfolds.
evaluation_stats(evaluation_results, bimodal_toexclude = FALSE)
evaluation_results |
data.frame model evaluation results. These results
are the output of the function |
bimodal_toexclude |
(logical) whether models in which binomial variable response curves were detected will be excluded during selection processes. |
A data.frame with the mean and standard deviation for all metrics considering cross-validation kfolds.
# data
data("cal_res", package = "enmpa")
all_res <- cal_res$calibration_results[, -1]
# statistics for all evaluation results
evaluation_stats(all_res, bimodal_toexclude = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.