Search the site...

SASCRUNCH TRAINING
  • Home
  • Member's Area
  • How to Start
  • SAS Interface
  • Creating a Data Set
  • Practical SAS Training Course
  • SAS Certified Specialist Training Program
  • Proc SQL Course
  • Introduction to Time Series Analysis
  • SAS Project Training Course
  • Full Training / Membership
  • Sign up
  • About us
  • Contact us
  • Home
  • Member's Area
  • How to Start
  • SAS Interface
  • Creating a Data Set
  • Practical SAS Training Course
  • SAS Certified Specialist Training Program
  • Proc SQL Course
  • Introduction to Time Series Analysis
  • SAS Project Training Course
  • Full Training / Membership
  • Sign up
  • About us
  • Contact us
Sentry Page Protection
Please Wait...
Picture
Programming Tips 13


What's the difference between Proc Univariate and Proc Means?

The two procedures generate very similar results. They both generate summary statistics on numeric variables.

Proc Univariate is mostly used to understand the distribution of the data such as skewness and kurtosis. 

Proc Means, on the other hand, provides statistical values such as means and standard deviation.

Choosing one procedure over another is often a matter of personal preference.
Next
Already a member? Go to member's area.