Skip to contents

performs model evaluation using cross-validation results, calculates multiple metrics (AUC, Tjur R2, Boyce index, RMSE), and generates summary plots for explanatory and predictive power.

Usage

mod_cv_evaluate(model_dir = NULL, cv_type = "CV_Dist")

Arguments

model_dir

Character. Path to the root directory of the fitted model.

cv_type

Character. Cross-validation type. One of CV_Dist (default) or CV_Large. See mod_CV_fit() for more details.

Value

Invisibly returns the path to the saved evaluation data file.

Author

Ahmed El-Gabbas