The ESTIMATE statement enables you to estimate linear functions of the parameters by multiplying the vector by the parameter estimate vector , resulting in . All of the elements of the vector might be given, or, if only certain portions of the vector are given, the remaining elements are constructed by PROC GLM from the context (in a manner similar to rule 4 discussed in the section Construction of Least Squares Means).
The linear function is checked for estimability. The estimate , where , is displayed along with its associated standard error, , and t test. If you specify the CLPARM option in the MODEL statement, confidence limits for the true value are also displayed.
There is no limit to the number of ESTIMATE statements that you can specify, but they must appear after the MODEL statement. In the ESTIMATE statement,
identifies the estimate on the output. A label is required for every contrast specified. Labels must be enclosed in quotes.
identifies an effect that appears in the MODEL statement, or the INTERCEPT effect. The INTERCEPT effect can be used as an effect when an intercept is fitted in the model. You do not need to include all effects that are in the MODEL statement.
are constants that are the elements of the vector associated with the preceding effect. For example,
estimate 'A1 VS A2' A 1 -1;
forms an estimate that is the difference between the parameters estimated for the first and second levels of the CLASS variable A.
You can specify the following options in the ESTIMATE statement after a slash (/):