make_mdl_coef_range_text | R Documentation |
make_mdl_coef_range_text() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make model coefficient range text. The function returns Coefficient range text (a character vector).
make_mdl_coef_range_text(coef_ratios_dbl, nbr_of_digits_1L_int = 2L)
coef_ratios_dbl |
Coefficient ratios (a double vector) |
nbr_of_digits_1L_int |
Number of digits (an integer vector of length one), Default: 2 |
Coefficient range text (a character vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.