This function generates a list of tibbles representing the Danish health
registers and the data necessary to run the algorithm. The dataset contains
23 individual cases (pnr
s), each designed to test a specific logical branch
of the diabetes classification algorithm, including inclusion, exclusion,
censoring, and type classification rules.
Value
A named list of 9 tibble::tibble()
objects, each representing a
different health register: bef
, lmdb
, lpr_adm
, lpr_diag
,
kontakter
, diagnoser
, sysi
, sssy
, and lab_forsker
.