BookmarkSubscribeRSS Feed
SASPhile
Quartz | Level 8
How to display graphically how data is ditributed?i.e if it is normal,left skewed or right?and the points of concentration.This is for dollar sales at district level.
3 REPLIES 3
Ksharp
Super User
proc gplot ; will give you some basic face of data.
If you know data distribution like some distribution ( Normal t-distribution Beta F-distribution) then proc univariate will help you a little.

Ksharp
Peter_C
Rhodochrosite | Level 12
as well as gplot, try univariate with the histogram option
Doc_Duke
Rhodochrosite | Level 12
SASPhile,

In particular look at the Q_Q Plot option in UNIVARIATE, as it allows you to examine the actual distribution against a lot of different theoretical distributions.

Doc Muhlbaier
Duke

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1243 views
  • 0 likes
  • 4 in conversation