• Option is the PROC GLIMMIX MODEL option, and
• a space is used to delimit individual conditions.
This option requests a t -type confidence interval be constructed for each of the fixed-effects parameters estimates with confidence level 1- n . The value of n must be between 0 and 1; the default is 0.05 This option requests that chi -square tests be performed for all specified effects in addition to the F tests. Type III tests are the default; you can produce the Type I and Type II tests by using the HTYPE= option. Indicates the type of hypothesis test to perform on the fixed effects. Valid entries for value are 1 , 2 , and 3 , corresponding to Type I, Type II, and Type III tests. The default value is 3 . You can specify several types by separating the values with a comma or a space.
Type specific PROC GLIMMIX MODEL options in the PROC GLIMMIX Statement Options field.For example, to specify that a Type I hypothesis test be performed, enter HTYPE=1 in the text box, as shown below:Refer to the SAS PROC GLIMMIX MODEL statement documentation for more information.