You are on page 1of 1

From Statistical Programming with SAS/IML Software.

Full book
available for purchase here.

Contents
I Programming in the SAS/IML Language
Chapter 1.
Chapter 2.
Chapter 3.
Chapter 4.

An Introduction to SAS/IML Software . . . . . . . . . .


Getting Started with the SAS/IML Matrix Programming Language
Programming Techniques for Data Analysis . . . . . . . .
Calling SAS Procedures . . . . . . . . . . . . . . . .

.
.
.
.

.
.
.
.

.
.
.
.

.
.
.
.

II Programming in SAS/IML Studio


Chapter 5.
Chapter 6.
Chapter 7.
Chapter 8.
Chapter 9.
Chapter 10.

107

IMLPlus: Programming in SAS/IML Studio . . .


Understanding IMLPlus Classes . . . . . . . .
Creating Statistical Graphs . . . . . . . . . .
Managing Data in IMLPlus . . . . . . . . .
Drawing on Graphs . . . . . . . . . . . .
Marker Shapes, Colors, and Other Attributes of Data

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

III Applications
Chapter 11.
Chapter 12.
Chapter 13.
Chapter 14.
Chapter 15.
Chapter 16.

109
129
143
173
187
225

249

Calling Functions in the R Language . . . . . . . .


Regression Diagnostics . . . . . . . . . . . . .
Sampling and Simulation . . . . . . . . . . . .
Bootstrap Methods . . . . . . . . . . . . . .
Timing Computations and the Performance of Algorithms
Interactive Techniques . . . . . . . . . . . . .

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

IV Appendixes
Appendix A. Description of Data Sets . . . . . . . . .
Appendix B. SAS/IML Operators, Functions, and Statements
Appendix C. IMLPlus Classes, Methods, and Statements . .
Appendix D. Modules for Compatability with SAS/IML 9.22
Appendix E. ODS Statements . . . . . . . . . . . .
Index . . . . . . . . . . . . . . . . . . . . .

3
17
55
89

251
279
311
349
371
385

413
.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

.
.
.
.
.
.

415
419
427
435
437
441

From Statistical Programming with SAS/IML Software by Rick Wicklin. Copyright 2010, SAS Institute
Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED.

You might also like