⇤ ← Revision 1 as of 2023-01-14 04:28:11
Size: 307
Comment:
|
Size: 308
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 15: | Line 15: |
== ExtremeObs == | == Extreme Obs == |
SAS Univariate
Contents
Usage
Extreme Obs
To display the N highest and lowest values of a variable, try:
ods select extremeobs; proc univariate data=LIBREF.TABLE nextrobs=10; var VARLIST; run;