
#[
#import "@preview/tablex:0.0.8": tablex, cellx, hlinex

#tablex(
    columns: 4,
    auto-vlines: false,
    auto-hlines: false,
    column-gutter: 0.25em,
    hlinex(y: 0, stroke: 1pt),
    cellx(colspan: 1, x: 0, y: 0, align: left + top)[*id*],
    cellx(colspan: 1, x: 1, y: 0, align: left + top)[*dose*],
    cellx(colspan: 1, x: 3, y: 0, align: center + top)[*value*],
    hlinex(y: 1, stroke: 0.75pt),
    cellx(colspan: 1, x: 0, y: 1, align: left + top)[1],
    cellx(colspan: 1, x: 1, y: 1, align: left + top)[1 mg],
    cellx(colspan: 1, x: 2, y: 1, align: left + top)[*mean*],
    cellx(colspan: 1, x: 3, y: 1, align: center + top)[5],
    cellx(colspan: 1, x: 1, y: 2, align: left + top)[50 mg],
    cellx(colspan: 1, x: 2, y: 2, align: left + top)[*mean*],
    cellx(colspan: 1, x: 3, y: 2, align: center + top)[2],
    cellx(colspan: 1, x: 0, y: 3, align: left + top)[5],
    cellx(colspan: 1, x: 1, y: 3, align: left + top)[1 mg],
    cellx(colspan: 1, x: 2, y: 3, align: left + top)[*mean*],
    cellx(colspan: 1, x: 3, y: 3, align: center + top)[1],
    cellx(colspan: 1, x: 1, y: 4, align: left + top)[50 mg],
    cellx(colspan: 1, x: 2, y: 4, align: left + top)[*mean*],
    cellx(colspan: 1, x: 3, y: 4, align: center + top)[2],
    cellx(colspan: 1, x: 0, y: 5, align: left + top)[8],
    cellx(colspan: 1, x: 1, y: 5, align: left + top)[1 mg],
    cellx(colspan: 1, x: 2, y: 5, align: left + top)[*mean*],
    cellx(colspan: 1, x: 3, y: 5, align: center + top)[2],
    cellx(colspan: 1, x: 1, y: 6, align: left + top)[50 mg],
    cellx(colspan: 1, x: 2, y: 6, align: left + top)[*mean*],
    cellx(colspan: 1, x: 3, y: 6, align: center + top)[3],
    cellx(colspan: 1, x: 0, y: 7, align: left + top)[10],
    cellx(colspan: 1, x: 1, y: 7, align: left + top)[5 mg],
    cellx(colspan: 1, x: 2, y: 7, align: left + top)[*mean*],
    cellx(colspan: 1, x: 3, y: 7, align: center + top)[4],
    cellx(colspan: 1, x: 1, y: 8, align: left + top)[10 mg],
    cellx(colspan: 1, x: 2, y: 8, align: left + top)[*mean*],
    cellx(colspan: 1, x: 3, y: 8, align: center + top)[5],
    cellx(colspan: 1, x: 0, y: 9, align: left + top)[50],
    cellx(colspan: 1, x: 1, y: 9, align: left + top)[5 mg],
    cellx(colspan: 1, x: 2, y: 9, align: left + top)[*mean*],
    cellx(colspan: 1, x: 3, y: 9, align: center + top)[3],
    cellx(colspan: 1, x: 1, y: 10, align: left + top)[10 mg],
    cellx(colspan: 1, x: 2, y: 10, align: left + top)[*mean*],
    cellx(colspan: 1, x: 3, y: 10, align: center + top)[4],
    cellx(colspan: 1, x: 0, y: 11, align: left + top)[80],
    cellx(colspan: 1, x: 1, y: 11, align: left + top)[5 mg],
    cellx(colspan: 1, x: 2, y: 11, align: left + top)[*mean*],
    cellx(colspan: 1, x: 3, y: 11, align: center + top)[1],
    cellx(colspan: 1, x: 1, y: 12, align: left + top)[10 mg],
    cellx(colspan: 1, x: 2, y: 12, align: left + top)[*mean*],
    cellx(colspan: 1, x: 3, y: 12, align: center + top)[4],
    hlinex(y: 13, stroke: 1pt),

)
]
