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.

 

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 514 views
  • 0 likes
  • 3 in conversation