- ss.control
A control list consistent with the structure returned by
ss_control().
- pooled.control
A control list consistent with the structure returned
by pooled_control().
- nca.control
A control list consistent with the structure returned by
nca_control().
- fallback.control
A control list consistent with the structure
returned by fallback_control().
- selmetrics
A character string or vector specifying model performance
metrics to evaluate. Must be one or more of "APE", "MAE", "MAPE", "RMSE",
"rRMSE1", or "rRMSE2". Default is "rRMSE2".
- hybrid.base
Logical. If TRUE, enables hybrid evaluation mode in which
model performance is assessed using mixed parameter combinations across
methods. If FALSE, each method is evaluated independently. Default is TRUE.
- preferNCA
Logical. If TRUE and selmetrics equals "rRMSE2", the lowest
rRMSE2 is selected first. If the best-performing method is not NCA-based,
the function then checks whether an NCA-based method offers a lower rRMSE1.
If so, the NCA method is selected. Default is TRUE.