Performs k-fold cross-validation on a fitted FishSET model to evaluate out-of-sample predictive performance. Bypasses formula parsing by directly subsetting the design matrix.
Arguments
- project
Character string. Name of the project.
- base_model_name
Character string. The name of the original model design to cross-validate.
- k
Integer. The number of folds to create. Default is 5.
- seed
Integer. Random seed for reproducible fold generation. Default is 42.
- distribution
Character string. Distribution for the continuous catch component in EPMs.
- ...
Additional control arguments passed to
fishset_fit().
