
#table(
    rows: 7,
    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],
    [4.5],
    [#h(12.0pt)SD],
    [2.45],
    [*value1*],
    [],
    [#h(12.0pt)Mean],
    [4.5],
    [#h(12.0pt)SD],
    [2.45],
    table.hline(y: 7, stroke: 1pt),
)
