
#table(
    rows: 5,
    columns: 7,
    column-gutter: 0.25em,
    align: (left, center, center, center, center, center, center),
    stroke: none,
    table.header(
        table.hline(y: 0, stroke: 1pt),
        [],
        [],
        table.cell(colspan: 2)[*#"group1"*],
        table.hline(y: 1, start: 2, end: 4, stroke: 0.75pt),
        [],
        [],
        [],
        [],
        [*#"Total"*],
        [#"a"],
        [#"b"],
        [*#"P-Value"*],
        [*#"Test"*],
        [*#"CI"*],
        table.hline(y: 2, stroke: 0.75pt),
    ),
    [*#"value1"*],
    [],
    [],
    [],
    [#"0.005"],
    [#"UnequalVarianceTTest"],
    [#"(-6.234, -1.766)"],
    [#h(12.0pt)#"Mean (SD)"],
    [#"4.5"#" ("#"2.45"#")"],
    [#"2.5"#" ("#"1.29"#")"],
    [#"6.5"#" ("#"1.29"#")"],
    [],
    [],
    [],
    [#h(12.0pt)#"Median [Min, Max]"],
    [#"4.5"#" ["#"1"#", "#"8"#"]"],
    [#"2.5"#" ["#"1"#", "#"4"#"]"],
    [#"6.5"#" ["#"5"#", "#"8"#"]"],
    [],
    [],
    [],
    table.hline(y: 5, stroke: 1pt),
)
