
#table(
    rows: 5,
    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"],
    [*#"group1"*],
    [],
    [#h(12.0pt)#"N Unique"],
    [#"2"],
    table.hline(y: 5, stroke: 1pt),
)
