ESTIMATE 'label' contrast-specification <(divisor=n)><, 'label' contrast-specification <(divisor=n)>> <, …> </ options>;
The ESTIMATE statement provides a mechanism for obtaining custom hypothesis tests. As in the CONTRAST statement, the basic element of the ESTIMATE statement is the contrast-specification, which consists of MODEL and G-side random effects and their coefficients. Specifically, a contrast-specification takes the form
< fixed-effect values …> < | random-effect values …>
Based on the contrast-specifications in your ESTIMATE statement, PROC GLIMMIX constructs the matrix , as in the CONTRAST
statement, where
is associated with the fixed effects and
is associated with the G-side random effects. The GLIMMIX procedure supports nonpositional syntax for the coefficients of
fixed effects in the ESTIMATE statement. For details see the section Positional and Nonpositional Syntax for Contrast Coefficients.
PROC GLIMMIX then produces for each row of
an approximate t test of the hypothesis
, where
. You can also obtain multiplicity-adjusted p-values and confidence limits for multirow estimates with the ADJUST=
option. The output from multiple ESTIMATE statements is organized as follows. Results from unadjusted estimates are reported
first in a single table, followed by separate tables for each of the adjusted estimates. Results from all ESTIMATE statements
are combined in the "Estimates" ODS table.
Note that multirow estimates are permitted. Unlike the CONTRAST statement, you need to specify a 'label' for every row of the multirow estimate, because PROC GLIMMIX produces one test per row. PROC GLIMMIX selects the degrees of freedom to match those displayed in the "Type III Tests of Fixed Effects" table for the final effect you list in the ESTIMATE statement. You can modify the degrees of freedom by using the DF= option. If you select DDFM =NONE and do not modify the degrees of freedom by using the DF= option, PROC GLIMMIX uses infinite degrees of freedom, essentially computing approximate z tests. If PROC GLIMMIX finds the fixed-effects portion of the specified estimate to be nonestimable, then it displays "Non-est" for the estimate entry.
Table 44.7 summarizes the options available in the ESTIMATE statement.
Table 44.7: ESTIMATE Statement Options
Option |
Description |
---|---|
Construction and Computation of Estimable Functions |
|
Specifies a list of values to divide the coefficients |
|
Sets up random-effect contrasts between different groups |
|
Tunes the estimability checking difference |
|
Sets up random-effect contrasts between different subjects |
|
Degrees of Freedom and p-values |
|
Determines denominator degrees of freedom when p-values and confidence limits are adjusted for multiple comparisons |
|
Determines the method for multiple comparison adjustment of estimates |
|
Determines the confidence level ( |
|
Assigns a specific value to degrees of freedom for tests and confidence limits |
|
Performs one-sided, lower-tailed inference |
|
Adjusts multiplicity-corrected p-values further in a step-down fashion |
|
Performs one-sided, upper-tailed inference |
|
Statistical Output |
|
Constructs t-type confidence limits |
|
Prints the |
|
Generalized Linear Modeling |
|
Reports estimates separately for each category for models with nominal data |
|
Displays exponentiated estimates |
|
Computes and displays estimates and standard errors on the inverse linked scale |