I am forever putting something down and not remembering what I did with it. I solved this problem for my keys by putting a cute little froggy key hook next to the door. My keys go there as soon as I get home. But at work, I don’t have a […]
Tag: Uncategorized
SAS tutorial: Fit a logistic regression model with SAS
It’s time for another SAS tutorial video! In this video, you will learn to create a logistic regression model and interpret the results. You will learn PROC LOGISTIC syntax and how to interpret p-values, parameter estimates, and odd ratios. You can watch more SAS tutorials like these by visiting […]
Riddle: When is a bar chart really a pie chart?
Did you know that this Friday is Pi Day? How are you planning to commemorate this special day? 🙂 Next year’s Pi Day might even be more special than usual, being that it will contain: March 14, 2015 – 9:26:53. And if you realize the coolness of that (3.141592653), you might be […]
SAS tutorial: Import a comma-separated file into SAS
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 …
Using customer intelligence to increase your bottom line
Customer intelligence (CI) is critical for companies today. It can help you stay ahead of your competitors by giving you the right information to attract customers. Dr. Christophe Muse can teach you how to adopt new analytical and data-mining technique…
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 …
Breaking Bad (data) with SAS!
In the Breaking Bad TV series, Walter White has an impressive lab where he secretly makes the illegal drug methamphetamine (meth). Wouldn’t it be cool to use SAS to show the locations of all the clandestine meth labs in the US?!? Let’s do it!… In thi…
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…