
#table(
    rows: 9,
    columns: 3,
    column-gutter: 0.25em,
    align: (left, center, center),
    stroke: none,
    table.header(
        table.hline(y: 0, stroke: 1pt),
        [],
        table.cell(colspan: 2)[*group1*],
        table.hline(y: 1, start: 1, end: 3, stroke: 0.75pt),
        [],
        [a],
        [b],
        table.hline(y: 2, stroke: 0.75pt),
    ),
    [*value1*],
    [],
    [],
    [#h(12.0pt)Mean (SD)],
    [2.5 (1.29)],
    [6.5 (1.29)],
    [#h(12.0pt)Median [Min, Max]],
    [2.5 [1, 4]],
    [6.5 [5, 8]],
    [*value2*],
    [],
    [],
    [#h(12.0pt)a],
    [2 (50%)],
    [1 (25%)],
    [#h(12.0pt)b],
    [1 (25%)],
    [2 (50%)],
    [#h(12.0pt)c],
    [1 (25%)],
    [1 (25%)],
    table.hline(y: 9, stroke: 1pt),
)
