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.
Arguments
- model_dir
Character. Path to the root directory of the fitted model.
- cv_type
Character. Cross-validation type. One of
CV_Dist
(default) orCV_Large
. Seemod_CV_fit()
for more details.