SAS Summary
A procedure for data summarization. It is closely related to the MEANS procudure.
Contents
Usage
proc summary data=LIBREF.TABLE; var VAR; run;
A procedure for data summarization. It is closely related to the MEANS procudure.
Contents
proc summary data=LIBREF.TABLE; var VAR; run;