Previous Page | Next Page

Shared Concepts and Topics

Intercept

By default, linear models in SAS/STAT automatically include a column of 1s in corresponding to an intercept parameter. In many procedures you can use the NOINT option in the MODEL statement to suppress this intercept. The NOINT option is useful, for example, when the MODEL statement contains a classification effect and you want the parameter estimates to be in terms of the mean response for each level of that effect.

Previous Page | Next Page | Top of Page