Instructional Video2:55
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Feature Engineering

Higher Ed
This video explains feature engineering. This clip is from the chapter "SAS Predictive Modeling, Evaluation Metrics" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses on SAS...
Instructional Video2:34
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Don't Lose Track of Your Macro Variables

Higher Ed
This video explains how to not lose track of our own macro variables. This clip is from the chapter "Macro Facility Fundamentals" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses on...
Instructional Video3:27
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Doing an Independent Samples T-Test Analysis

Higher Ed
Independent samples t-test is one of the more common tests that businesses and corporations do for their data analysis. The author will show you how to run this test on SAS. This clip is from the chapter "Statistical Analysis" of the...
Instructional Video6:55
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - DO Iterative Loop and Variations (DO WHILE, DO Until)

Higher Ed
You might be more familiar with the for loop, but the DO loop is the same concept. This clip is from the chapter "Working with Data" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses...
Instructional Video3:35
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Debugging Options

Higher Ed
This video explains debugging options in detail. This clip is from the chapter "Macro Facility Fundamentals" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses on the Macro facility...
Instructional Video3:53
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Data Step Versus Proc Step

Higher Ed
In this video, you will see the difference between data step and proc step. This clip is from the chapter "SAS Syntax, Data Step Versus Proc Step, SAS Compared to R/Python" of the series "Complete SAS Programming Guide - Learn SAS and...
Instructional Video6:46
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Data Reduction and Cleaning Your Data

Higher Ed
First, the author will show you how to use the keep and drop statements in SAS. If you want to reduce your data by keeping or getting rid of certain variables, the author will take you step-by-step to show you how. Then he will show you...
Instructional Video6:05
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Data Audit

Higher Ed
This video helps you with the data audit. This clip is from the chapter "SAS Model – Predictive Modeling, Understanding the Problem and the Data" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This...
Instructional Video3:47
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Customize the Way You Sort

Higher Ed
This video explains how to customize the way you sort. This clip is from the chapter "Practical Application of SAS SQL" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses on the...
Instructional Video3:53
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Creating a Macro Variable (Helps You Modify Data Easier)

Higher Ed
Learning how to create a macro variable can speed up your coding, by making it easier to modify your data. This clip is from the chapter "Macro Facility Fundamentals" of the series "Complete SAS Programming Guide - Learn SAS and Become a...
Instructional Video3:24
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Considering the Output from PROC MI

Higher Ed
This video helps in considering the output from PROC MI. This clip is from the chapter "SAS Predictive Modeling, Prepare the Input Variables" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section...
Instructional Video3:56
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - COMPRESS Function (Remove Characters from String, and All Types of Blanks)

Higher Ed
The compress function allows you to remove characters from strings. It also removes leading, trailing, and between blanks. This clip is from the chapter "SAS Functions" of the series "Complete SAS Programming Guide - Learn SAS and Become...
Instructional Video3:41
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Common Problems with Install/Upload (Watch for Best Course Experience!)

Higher Ed
This video demonstrates the common problems with install/upload. Do Watch this video to understand how to gain or grasp the concepts for the best course experience. This clip is from the chapter "Introduction to the Course" of the series...
Instructional Video3:27
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Coalesce Function

Higher Ed
The coalesce function will return the first value that is NOT MISSING from a list of numeric arguments. I use an example where you store someone's home phone number and cell #. It's a good example as it is normal to sometimes have a home...
Instructional Video3:19
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - CATX Function

Higher Ed
CATX function will remove both leading and trailing blanks, insert a delimiter (or separator), and return a concatenated (merged) character string. This clip is from the chapter "SAS Functions" of the series "Complete SAS Programming...
Instructional Video3:25
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - CASE Logic

Higher Ed
The author will discuss how you can use case logic/expression. This clip is from the chapter "SQL Fundamentals" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses on SQL fundamentals.
Instructional Video4:02
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - BY Statement (Sorting Variables, While Exploiting Your Index)

Higher Ed
This video explains the BY statement where you will be sorting variables, while exploiting your index. This clip is from the chapter "Fundamentals of Utilizing SAS Indexes" of the series "Complete SAS Programming Guide - Learn SAS and...
Instructional Video7:08
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Arrays 1 (Recoding Variables)

Higher Ed
Recoding variables can be time-consuming if you go variable by variable. Let the author show you an easier way! We utilize the do end loop. This clip is from the chapter "Arrays" of the series "Complete SAS Programming Guide - Learn SAS...
Instructional Video5:36
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Altering Columns (Add, Modify, Delete, Add Values to Column)

Higher Ed
This video demonstrates and explains altering columns where you will add, modify, delete, and add values to column. This clip is from the chapter "Working with Tables Using SAS SQL" of the series "Complete SAS Programming Guide - Learn...
Instructional Video7:10
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - SAS Syntax

Higher Ed
The author will describe what rules to follow to make sure you can communicate with the compiler that makes sense of SAS code. This clip is from the chapter "SAS Syntax, Data Step Versus Proc Step, SAS Compared to R/Python" of the series...
Instructional Video4:12
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Masking Special Characters

Higher Ed
This video helps you understand masking special characters. This clip is from the chapter "Macro Facility Fundamentals" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses on the Macro...
Instructional Video6:43
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Creating a Macro Example 3 (Calculating Average Sales for Multiple Years)

Higher Ed
This video will help you with creating a macro example where you will be calculating average sales for multiple years. This clip is from the chapter "Macro Facility Fundamentals" of the series "Complete SAS Programming Guide - Learn SAS...
Instructional Video6:02
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Creating a Macro Example 2 (Unique Sales Reports for Different Days)

Higher Ed
The author will show you how to create a macro that creates different sales reports depending on the day. This clip is from the chapter "Macro Facility Fundamentals" of the series "Complete SAS Programming Guide - Learn SAS and Become a...
Instructional Video11:36
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Case Study (HealthCare Case Study) - Part 2

Higher Ed
This is the second of the two-part video that talks about a case study on healthcare. This clip is from the chapter "Case Studies" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses on...