Differences between revisions 1 and 2
Revision 1 as of 2023-03-13 22:25:55
Size: 160
Comment:
Revision 2 as of 2023-03-30 15:19:10
Size: 260
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

A procedure for data summarization. It is closely related to the [[SAS/MEANS|MEANS]] procudure.
Line 13: Line 15:
  ...   var VAR;
Line 19: Line 21:

SAS Summary

A procedure for data summarization. It is closely related to the MEANS procudure.


Usage

proc summary data=LIBREF.TABLE;
  var VAR;
run;


CategoryRicottone

SAS/Summary (last edited 2023-03-30 20:18:30 by DominicRicottone)