...
Example Analysis Results Metadata (ARM) Tables
These tables may be included in the submission package for regulatory agencies. They describe the analyses conducted for the study (usually limited to primary and secondary endpoints) with details on data and analysis procedures used.
For more details on ARM, see the ADaMIG and the Analysis Results Metadata (ARM) v1.0 for Define-XML v2.0 (https://www.cdisc.org/standards/foundational/adam).
Table table 1
Display | Table 14.xx.xx Percent Change in Left Ventricular Ejection Fraction Over Time |
---|---|
Analysis Result | Comparison of Percent Change of Ejection Fraction for the Treatment Groups Over Time (quarterly or yearly) |
Analysis Variables(s) | PCHG |
Analysis Reason | Primary efficacy endpoint as prespecified in the SAP |
Analysis Purpose | Primary outcome measure |
Data References (incl. selection criteria) | PARAMCD = "LVEFC" Where ITTFL = "Y" |
Documentation | The mixed model using lsmeans to compare treatment groups |
Programming Statements (Add programming language statements here: SAS, R, etc.) | PROC MIXED DATA=ADCVCMR; CLASS STUYDID TRT01P AVISITN; MODEL PCHG=AVISITN*TRT01P/Solution; RANDOM INTERCEPT / SUBJECT=STUYDID TYPE=UN; LSMEANS TRT01P*AVISITN/ CL PDIFF; RUN; |
tABLE Table 2, ADD SOME COVARIATES TO THE MODEL
...