Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Display

Table 14.xx.xx Change in Left Ventricular Ejection Fraction Percent Over 1 Year

Analysis ResultComparison of Percent Change of Ejection Fraction Percent for the Treatment Groups (1 Year)
Analysis Variables(s)CHG
Analysis ReasonPrimary efficacy endpoint as prespecified in the SAP
Analysis PurposePrimary outcome measure

Data References

(incl. selection criteria)

PARAMCD = "LVEFC"

Where ITTFL = "Y" and AVISITN = 6;

Documentation

Comparison of Means with 95% confidence interval

Programming Statements 

(Add programming language statements here: SAS, R, etc.)

/* Subset the data . Can run again selecting for paramcd="RVEFC"*/

DATA ONE;

SET ADCVCMR;

Where ITTFL = "Y" and AVISITN = 2 and PARAMCD = "LREF"'LVEFC';

RUN;

PROC MEANS DATA=ONE N MEAN STD MEDIAN clm STDERR ;

CLASS TRT01P;

VAR CHG;  /*  Could add RVEF here as well */

RUN;


Table 2. This table demonstrates a model over multiple time points, adding some of the covariates that were retained in the analysis dataset. 

...