
#table(
    rows: 6,
    columns: 4,
    column-gutter: 0.25em,
    align: (left, center, center, center),
    stroke: none,
    table.header(
        table.hline(y: 0, stroke: 1pt),
        [],
        [],
        table.cell(colspan: 2)[*#"group"*],
        table.hline(y: 1, start: 2, end: 4, stroke: 0.75pt),
        [],
        [*#"Total"*],
        [#"1"],
        [#"2"],
        table.hline(y: 2, stroke: 0.75pt),
    ),
    [*#"empty"*],
    [],
    [],
    [],
    [#h(12.0pt)#"Mean (SD)"],
    [#"2"#" ("#"1"#")"],
    [#"NC"],
    [#"2"#" ("#"1"#")"],
    [#h(12.0pt)#"Median [Min, Max]"],
    [#"2"#" ["#"1"#", "#"3"#"]"],
    [#"NC"],
    [#"2"#" ["#"1"#", "#"3"#"]"],
    [#h(12.0pt)#"Missing"],
    [#"3"#" ("#"50"#"%)"],
    [#"3"#" ("#"100"#"%)"],
    [#"0"#" ("#"0"#"%)"],
    table.hline(y: 6, stroke: 1pt),
    table.cell(colspan: 4)[#text(size: 0.8em)[
        #"NC - Not computable"
    ]],
)
