
#table(
    rows: 7,
    columns: 4,
    column-gutter: 0.25em,
    align: (left, center, center, center),
    stroke: none,
    table.header(
        table.hline(y: 0, stroke: 1pt),
        [],
        [],
        table.cell(colspan: 2)[*#"group"*],
        table.hline(y: 1, start: 2, end: 4, stroke: 0.75pt),
        [],
        [*#"Total"*],
        [#"1"],
        [#"2"],
        table.hline(y: 2, stroke: 0.75pt),
    ),
    [*#"category"*],
    [],
    [],
    [],
    [#h(12.0pt)#"a"],
    [#"1"#" ("#"12.5"#"%)"],
    [#"1"#" ("#"25"#"%)"],
    [#"0"#" ("#"0"#"%)"],
    [#h(12.0pt)#"b"],
    [#"3"#" ("#"37.5"#"%)"],
    [#"2"#" ("#"50"#"%)"],
    [#"1"#" ("#"25"#"%)"],
    [#h(12.0pt)#"c"],
    [#"3"#" ("#"37.5"#"%)"],
    [#"1"#" ("#"25"#"%)"],
    [#"2"#" ("#"50"#"%)"],
    [#h(12.0pt)#"Missing"],
    [#"1"#" ("#"12.5"#"%)"],
    [#"0"#" ("#"0"#"%)"],
    [#"1"#" ("#"25"#"%)"],
    table.hline(y: 7, stroke: 1pt),
)
