PROC UNIVARIATE and PROC RANK  

Below is a collection of SAS® papers for smarter PROC UNIVARIATE searches.  See also Statistical Analysis.  PROC UNIVARIATE is similar to PROC MEANS except with more features to better describe the data in statistical terms and graphs.  See also PROC MEANS.

Basic example

proc univariate data=BPressure;
var Systolic Diastolic;
run; 


SAS® Reference PROC UNIVARIATE Syntax

______________________________________________

1. Guido’s Guide to PROC UNIVARIATE: A Tutorial for SAS® Users, Joseph J. Guido

2. Using PROC RANK and PROC UNIVARIATE to Rank or Decile Variables, Jonas V. Bilenas

3. When PROC RANK Hinders Your Memory, DATA Step Into Decile Assignment - And Handle Ties Too!, Jack Clark

4. Introduction to the UNIVARIATE Procedure, Kim Kolbe

5. Graphically Enhancing Univariate Descriptive Statistics, James O’Hearn 

Powered by Wild Apricot Membership Software