Versions Compared

Key

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

...

Display

Table 14.xx.xx Percent change in NTproBNP over 1 Year

Analysis ResultComparison of Percent Change of NTproBNP for the Treatment Groups Over a period of time.
Analysis Variables(s)PCHG
Analysis ReasonPrimary efficacy endpoint as prespecified in the SAP
Analysis PurposePrimary outcome measure

Data References

(incl. selection criteria)

PARAMCD = L_VEFC;

ITTFL = "Y" and AVISIT AVISITN GE 6;

Documentation

Multiple Regression Model


Proc reg data=ADCVCMR ;

Where PARAMCD = L_VEFC and ITTFL = "Y" and AVISIT AVISITN GE 6;

Model PCHG = AAGE SEX RACE BNPPRONT;

run;

...