powered by
Calculate median and standard deviation of evaluation results for all candidate models considering cross-validation kfolds.
evaluation_stats(evaluation_results, bimodal_toexclude = FALSE)
A data.frame with the mean and standard deviation for all metrics considering cross-validation kfolds.
data.frame model evaluation results. These results are the output of the function model_validation.
model_validation
(logical) whether models in which binomial variable response curves were detected will be excluded during selection processes.
# 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)
Run the code above in your browser using DataLab