View source: R/criterion_registry.R
| get_criterion_config | R Documentation |
Retrieves the metadata for a specified criterion and validates that it exists.
get_criterion_config(criterion)
criterion |
Character string: one of "bias", "empirical_se", "mse", "rmse", "coverage", "mcse_bias", "mcse_mse". |
A named list with criterion-specific metadata: direction
(char: "lower_is_better" or "higher_is_better"), use_abs (logical),
and display_label (char).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.