This page will contain the links to applied statistical methods in SAS. To follow along, I expect you to download the datasets, copy the code into SAS and modify the file paths where appropriate.
Data Preparation Techniques
- Data Importation – The Data Step, Importing Data, Simple functions of variables
- Structured Query Language – PROC SQL: Joins, functions of variables, summary statistics
Linear Regression Techniques
- Simple Linear Regression – Attempts to predict brain size based on brain weight.
- Multiple Linear Regression – Attempts MLR on the Cirrhosis dataset.
Additional Links