BookmarkSubscribeRSS Feed
Anindita
Calcite | Level 5

how to know about the distribution of a data set?Smiley Happy

3 REPLIES 3
PeterClemmensen
Tourmaline | Level 20

You habe to be more specific in your question 🙂

 

Do you mean how to test for eg normality of some variable or?

Ksharp
Super User
You mean the distribution of a variable ?

proc univariate data=sashelp.class plots;
var weight;
histogram weight;
run;

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
  • 1360 views
  • 2 likes
  • 4 in conversation