Skip to contents

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).

Usage

make_mdl_coef_range_text(coef_ratios_dbl, nbr_of_digits_1L_int = 2L)

Arguments

coef_ratios_dbl

Coefficient ratios (a double vector)

nbr_of_digits_1L_int

Number of digits (an integer vector of length one), Default: 2

Value

Coefficient range text (a character vector)