In this course, you gain introductory knowledge into exploratory data analysis using SAS Studio tasks that execute the FREQ, MEANS, and UNIVARIATE procedures. The course focuses on the differences among these procedures as well as output interpretation. Introductory statistics terminology is also discussed.
Learn How To
explore the reasons for and benefits gained from an exploratory data analysis review basic statistical concepts describe the differences in variable types and levels of measurement use the One-Way Frequencies task to explore categorical variables (PROC FREQ) use the Tables Analysis task to explore categorical variables (PROC FREQ) use the Summary Statistics task to explore continuous variables (PROC MEANS) use the Distribution Analysis task to explore continuous variables (PROC UNIVARIATE).Who Should Attend
SAS programmers who would like to learn more about the statistics side of SAS
Prerequisites
Before attending this course, you should be familiar with basic SAS DATA step programming. No statistics background is necessary.
SAS Products Covered
SAS Studio
Course Outline
Introduction
what is an exploratory data analysis? basic statistical concepts differences in variable types and levels of measurementQualitative DataOne-Way Frequencies task (PROC FREQ) Tables Analysis task (PROC FREQ)Quantitative DataSummary Statistics task (PROC MEANS) Distribution Analysis task (PROC UNIVARIATE)