SAS Institute. The Power to Know

SAS/IML(R) 9.2 User's Guide

Previous | Next
Tutorial: A Module for Linear Regression

Summary

In this chapter, you have seen the programming techniques necessary for solving systems of equations. You have seen how to define a module for performing linear regression and obtaining covariance and correlation matrices, and how to obtain some simple diagnostic plots. Many of the ideas presented in Chapter 2 such as the use of assignment statements, functions, CALL statements, and subscripting have been demonstrated.

Previous | Next | Top of Page