In this tutorial video, you will learn how to read comma-separated-value (CSV) files with Base SAS using a DATA step. This enables you to create a SAS data set copy that transforms each field in the raw data file into a variable in the data set. Watch …
Tag: sas tutorial
SAS tutorial: How to fit simple and multiple linear regression models
In these two SAS tutorial videos, you will learn how to use the REG procedure to run a simple or multiple linear regression analysis. SAS Tutorial: Fit a Simple Linear Regression Model with SAS Learn how to use the REG procedure to run a simple linear …
SAS Tutorial: Import Microsoft Excel Files into SAS
In this SAS tutorial, you will learn to import data from Microsoft Excel into SAS with SAS/ACCESS Interface to PC Files. Learn to read any sheet or named range from an Excel workbook as a data set or import any sheet or named range to create a SAS data…