Descriptive Statistics in SAS with Examples
Descriptive Statistics is about finding “what has happened” by summarizing the data using statistical methods and analyzing the past data using queries.
SAS is a Business Intelligence tool that facilitates analyses, reporting, data mining, and predictive modelling with the help of powerful visualizations and interactive dashboards.
The following articles are for those who have a basic understanding of SAS Programming Language and want to learn Analytics to generate reports and perform analysis on the data.
Data analysis procedures such as proc univariate, proc means, proc freq are covered in these categories of articles.
Descriptive Statistics is about finding “what has happened” by summarizing the data using statistical methods and analyzing the past data using queries.
PROC MEANS in SAS is used to evaluate quantitative data and to create a summary report for analysis. Using PROC MEANS procedure, you can compute statistics like finding mean, standard deviation, the minimum and maximum values and a lot more statistical calculations.