Skip to Main Content
Statistical Programming in SAS
book

Statistical Programming in SAS

by John Bailer
April 2015
Intermediate to advanced content levelIntermediate to advanced
460 pages
14h 45m
English
SAS Institute
Content preview from Statistical Programming in SAS
Chapter 5: Basic Models in SAS 177
variable named GROUP, and a covariate named X, then the test of equal slopes can be
constructed using PROC GLM. The following statements conduct this test:
proc glm data=DSN;
class GROUP;
model RESPONSE = X GROUP X*GROUP;
run;
(See the test associated with the X*GROUP component.) In fact, the PROC GLM step in
Display 5.13 conducts this test with IDINO as the classification variable. In the previous
statements, adding an ODS Graphics statement produces a figure similar to Display 5.15.
5.3 ANOVA ModelsPROC GLM for a One-Way ANOVA
In experimental studies, comparing average responses between differe
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Elementary Statistics Using SAS

Elementary Statistics Using SAS

Sandra D. Schlotzhauer

Publisher Resources

ISBN: 9781607645047