BookmarkSubscribeRSS Feed
esraa
Fluorite | Level 6

what is the code i need to write in sas to give me the statistical properties for a data set

2 REPLIES 2
novinosrin
Tourmaline | Level 20

"statistical"  properties of a dataset?

 

what kinda statistical metrics you are looking at?

ballardw
Super User

Most common statistics about variables in a data set can come from Proc freq, and for numeric variables Proc Means, Summary and/or Univariate.

If the data has a complex weighting requirement then perhaps Proc SurveyFreq or SurveyMeans.

 

 

Statistics about datasets tend to be things like number of records, number of variables, size of records, total set size. Is that what you want? Some of that comes from Proc Contents.

 

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 494 views
  • 0 likes
  • 3 in conversation