Slides for live presentation SAS code file for live presentation (right-click to download) Dataset used with code file (click on “DEMO_G_Data [XPT – 3.6MB]” to download; Note: this dataset is…
Read More
Search Results for: what stat should i use
Analyzing and Visualizing Interactions in SAS
Note: A PowerPoint presentation of this webpage can be downloaded here. A file of just the SAS code is available here. The dataset used in this seminar can be found…
Read More
Proc Logistic and Logistic Regression Models
Introduction Binary Logistic Regression Exact Logistic Regression Generalized Logits Model – Multinomial Logistic Regression Proportional Odds Model – Ordinal Logistic Regression Introduction Logistic regression describes the relationship between a categorical…
Read More
Introduction to SAS Macro Language
Statistical Computing Seminar: Introduction to SAS Macro Language This seminar is designed to introduce the basics of SAS macro language. Here is the program on which the seminar is based….
Read More
SAS Programming Basics
SAS is a powerful and flexible statistical package that runs on many platforms, including Windows and Unix. This class is designed for anyone interested in learning how to write basic…
Read More
Repeated Measures Analysis using SAS
The aim of this seminar is to help you increase your skills in analyzing repeated measures data using SAS. The seminar will describe conventional ways to analyze repeated measures using…
Read More
How do I update my SAS setinit when my SAS/Windows has expired? | SAS FAQ
If your copy of SAS has expired, you will not be able to update SAS within SAS and you need to update the SETINIT.SAS file differently. You probably received your…
Read More
How can I do test of simple main effects? | SAS FAQ
Let’s use an example data set called crf24. data crf24; input y a b; cards; 3 1 1 4 1 2 7 1 3 7 1 4 1 2 1…
Read More
How can I explain a three-way interaction in anova? | SAS FAQ
First off, let’s start with what a significant three-way interaction means. It means that there is a two-way interaction that varies across levels of a third variable. Say, for example,…
Read More
How do I read/write Excel files with .xls extensions in SAS? | SAS FAQ
Reading an Excel file with .xls extension into SAS Suppose that you have an Excel spreadsheet called auto.xls. The data for this spreadsheet are shown below. MAKE MPG WEIGHT PRICE…
Read More
