Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The GENMOD Procedure

What is a Generalized Linear Model?

A traditional linear model is of the form

y_i = {x_{i}}'{{\beta}}+ \varepsilon_i
where yi is the response variable for the ith observation. The quantity xi is a column vector of covariates, or explanatory variables, for observation i that is known from the experimental setting and is considered to be fixed, or nonrandom. The vector of unknown coefficients {\beta} is estimated by a least squares fit to the data y. The \varepsilon_i are assumed to be independent, normal random variables with zero mean and constant variance. The expected value of yi, denoted by \mu_i, is
\mu_i = {x_{i}}'{{\beta}}
While traditional linear models are used extensively in statistical data analysis, there are types of problems for which they are not appropriate. A generalized linear model extends the traditional linear model and is, therefore, applicable to a wider range of data analysis problems. A generalized linear model consists of the following components:

See the section "Response Probability Distributions" for the form of a probability distribution from the exponential family of distributions.

As in the case of traditional linear models, fitted generalized linear models can be summarized through statistics such as parameter estimates, their standard errors, and goodness-of-fit statistics. You can also make statistical inference about the parameters using confidence intervals and hypothesis tests. However, specific inference procedures are usually based on asymptotic considerations, since exact distribution theory is not available or is not practical for all generalized linear models.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.