make_cs_ts_ratios_tb | R Documentation |
make_cs_ts_ratios_tb() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make cross-section time series ratios tibble. The function returns Cross-section time series ratios (a tibble).
make_cs_ts_ratios_tb(
predr_ctgs_ls,
mdl_coef_ratios_ls,
candidate_predrs_chr = NULL,
nbr_of_digits_1L_int = 2L,
fn_ls = NULL
)
predr_ctgs_ls |
Predictor categories (a list) |
mdl_coef_ratios_ls |
Model coefficient ratios (a list) |
candidate_predrs_chr |
Candidate predictors (a character vector), Default: NULL |
nbr_of_digits_1L_int |
Number of digits (an integer vector of length one), Default: 2 |
fn_ls |
Function list (a list of functions), Default: NULL |
Cross-section time series ratios (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.