Skip to contents

make_within_between_ratios_text() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make within between ratios text. The function returns Text (a character vector of length one).

Usage

make_within_between_ratios_text(results_ls, exclude_covars_1L_lgl = F)

Arguments

results_ls

Results (a list)

exclude_covars_1L_lgl

Exclude covariates (a logical vector of length one), Default: F

Value

Text (a character vector of length one)