groupings:
- id: GF001
groupingVariable: TRTA
dataDriven: false
groups:
- {id: G1, label: "Treatment A"}
- {id: G2, label: "Treatment B"}
- {id: G3, label: "Total"}
methods:
- id: M001
label: "n and percent"
operations:
- {id: OP1, label: "n",
function: COUNT_DISTINCT}
- {id: OP2, label: "%",
function: PERCENT_BY_SUBSET}
analyses:
- {id: AN001, label: ">=1 TEAE",
dataset: ADAE,
analysisSet: AS001,
dataSubset: DS001,
grouping: GF001,
method: M001}
- {id: AN002, label: "Serious TEAE",
dataset: ADAE,
analysisSet: AS001,
dataSubset: DS002,
grouping: GF001,
method: M001}
# ... 30+ more analyses per table
# ... 100s of tables per study