get_param() is deprecated. Please use either get_sim_params() or
get_best_params() instead, depending on whether you want to retrieve
all parameter values or just the best parameter values based on a specified
fit column and quantile threshold.
Arguments
- calib
A list with the calibration results loaded using
read_calib.- na_value
Numeric. Penalty value substituted for
NAfit values, this is no longer needed as NA values are now written to simulation_data in output of calib_aeme() and sa_aeme(). The argument will be removed in a future version.- fit_col
character; name of column containing fit values. Default is
"fit".- best
A logical value indicating whether to return the best parameter values or all parameter values.
- quantile
