make_cohort_ls: Make cohort list

make_cohort_lsR Documentation

Make cohort list

Description

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

Usage

make_cohort_ls(
  descv_tbls_ls,
  ctgl_vars_regrouping_ls = NULL,
  nbr_of_digits_1L_int = 2L
)

Arguments

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

Value

Cohort (a list)


ready4-dev/specific documentation built on Oct. 13, 2023, 7:54 a.m.