
#table(
    rows: 17,
    columns: 2,
    column-gutter: 0.25em,
    align: (left, center),
    stroke: none,
    table.header(
        table.hline(y: 0, stroke: 1pt),
        [],
        [*#"Total"*],
        table.hline(y: 1, stroke: 0.75pt),
    ),
    [*#"value1"*],
    [],
    [#h(12.0pt)#"Mean (SD)"],
    [#"4.5"#" ("#"2.45"#")"],
    [#h(12.0pt)#"Median [Min, Max]"],
    [#"4.5"#" ["#"1"#", "#"8"#"]"],
    [*#"value2"*],
    [],
    [#h(12.0pt)#"a"],
    [#"3"#" ("#"37.5"#"%)"],
    [#h(12.0pt)#"b"],
    [#"3"#" ("#"37.5"#"%)"],
    [#h(12.0pt)#"c"],
    [#"2"#" ("#"25"#"%)"],
    [*#"group1"*],
    [],
    [#h(12.0pt)#"a"],
    [#"4"#" ("#"50"#"%)"],
    [#h(12.0pt)#"b"],
    [#"4"#" ("#"50"#"%)"],
    [*#"group3"*],
    [],
    [#h(12.0pt)#"c"],
    [#"4"#" ("#"50"#"%)"],
    [#h(12.0pt)#"d"],
    [#"4"#" ("#"50"#"%)"],
    [*#"group2"*],
    [],
    [#h(12.0pt)#"e"],
    [#"4"#" ("#"50"#"%)"],
    [#h(12.0pt)#"f"],
    [#"4"#" ("#"50"#"%)"],
    table.hline(y: 17, stroke: 1pt),
)
