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 11: Programming with Matrices and Vectors 411
Display 11.17 Loading and using a SAS/IML module
options nocenter;
libname mylib "C:\Users\baileraj.IT"; * location of catalog;
proc iml;
reset storage=mylib.mystor;
load module= MC_PI;
run MC_PI(2500,98765);
quit;
This code produces the estimate, standard error, and confidence limits.
pi_est se_est pi_LCL pi_UCL
3.1792 0.0323078 3.1145844 3.2438156
11.9 Introducing SAS/IML Studio
SAS/IML Studio provides a highly flexible programming environment in which you can
run SAS/STAT or SAS/IML analyses, and then display the results with dynamically
linked graphics and data tables. In addi ...
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