make_cohort_ls | R Documentation |
make_cohort_ls() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make cohort list. The function returns Cohort (a list).
make_cohort_ls(
descv_tbls_ls,
ctgl_vars_regrouping_ls = NULL,
nbr_of_digits_1L_int = 2L
)
descv_tbls_ls |
Descriptive tables (a list) |
ctgl_vars_regrouping_ls |
Categorical variables regrouping (a list), Default: NULL |
nbr_of_digits_1L_int |
Number of digits (an integer vector of length one), Default: 2 |
Cohort (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.