-
Book Overview & Buying
-
Table Of Contents
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja
By :
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja
By:
Overview of this book
SAS programming continues to be the language of choice for most enterprises/corporations. In 2018, 92% of Fortune 100 companies used SAS. It is the go-to for many industries, including banking/finance, insurance, healthcare, pharmaceutical, and automotive.
The first part of the course utilizes the Data Step; the second part looks at SAS SQL, and the third part looks at Macro Programming/Programs. The author has added a section on SAS predictive modeling using logistic regression. Here, we will build a SAS Model. In other words, we will build a predictive model (also known as predictive analytics) while following critical principles to ensure we get things right.
This course is also developed to help you become SAS Certified Specialist: Base Programming certified.
By the end of this course, you will learn how to code in the SAS programming language, to help you start a career/gain employment, or move up at your current company. If you are studying SAS at a post-secondary institution, this course can not only help you with school projects but prepare you for a career after you complete your education.
Disclaimer: This course uses a commercial license from WPS.
Learning SAS programming means that you will be able to accomplish the same goal on any software that supports the SAS language. The author personally uses WPS.
All the resource files are added to the GitHub repository at: https://github.com/PacktPublishing/SAS-Programming-Complete-Learn-SAS-and-Become-a-Data-Ninja
Table of Contents (24 chapters)
Introduction to the Course
Importing
SAS Syntax, Data Step Versus Proc Step, SAS Compared to R/Python
Working with Data
Back to Importing
Input Types and Informats + User-Defined Formats
SAS Functions
Advanced Techniques – Flexibilities and Efficiency
Visual Representation of Data
Statistical Analysis
Statistical Analysis – Part 2 (Linear and Multiple Regression)
Case Studies
SQL Fundamentals
SAS SQL and Joining
Working with Tables Using SAS SQL
Practical Application of SAS SQL
Fundamentals of Utilizing SAS Indexes
Macro Facility Fundamentals
Introduction to SAS Predictive Modeling Using Logistic Regression
SAS Model – Predictive Modeling, Understanding the Problem and the Data
SAS Predictive Modeling, Prepare the Input Variables
SAS Predictive Modeling, Evaluation Metrics
Extra Content