|
Chapter Contents |
Previous |
Next |
| The Four Types of Estimable Functions |
This section demonstrates a shorthand technique for displaying the generating set for any estimable L. Suppose
![X = [ 1 & 1 & 0 & 0 \ 1 & 1 & 0 & 0 \ 1 & 0 & 1 & 0 \ 1 & 0 & 1 & 0 \ 1 & 0 & 0 & 1 \ 1 & 0 & 0 & 1
]
{ and }
{\beta}= [ \mu \ A_1 \ A_2 \ A_3
]](images/i09eq9.gif)
![{X^*} = [ 1 & 1 & 0 & 0 \ 1 & 0 & 1 & 0 \ 1 & 0 & 0 & 1 \ ]](images/i09eq10.gif)
Since all estimable Ls must be linear functions of
the rows of X* for
to be
estimable, an L for a single-degree-of-freedom
estimate can be represented symbolically as

If other generating sets for L are represented symbolically, the symbolic notation looks different. However, the inherent nature of the rules is the same. For example, if row operations are performed on X* to produce an identity matrix in the first 3 ×3 submatrix of the resulting matrix
![{X^{**}} = [ 1 & 0 & 0 & 1 \ 0 & 1 & 0 & -1 \ 0 & 0 & 1 & -1
]](images/i09eq12.gif)
With the thousands of generating sets available, the question arises as to which one is the best to represent L symbolically. Clearly, a generating set containing a minimum of rows (of full row rank) and a maximum of zero elements is desirable. The generalized inverse of X'X computed by the GLM procedure has the property that (X'X)-X'X usually contains numerous zeros. For this reason, PROC GLM uses the nonzero rows of (X'X)-X'X to represent L symbolically.
If the generating set represented symbolically is of full row rank, the number of symbols (L1, L2, ... ) represents the maximum rank of any testable hypothesis (in other words, the maximum number of linearly independent rows for any L matrix that can be constructed). By letting each symbol in turn take on the value of 1 while the others are set to 0, the original generating set can be reconstructed.
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.