Previous Page | Next Page

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 Page | Next Page | Top of Page