Statistical Analysis Of Medical Data Using Sas.pdf -

/* Descriptive statistics */ proc means data=bp_data; var bp_before bp_after; run;