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.