Chapter 11: Programming with Matrices and Vectors 411
Display 11.17Loading and using a SAS/IMLmodule
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.