Refer to the PROC MIXED documentation for appropriate syntax.
• Option is the PROC MIXED option, and
• a space is used to delimit individual conditions.
The PARMS statement specifies initial values for the covariance, or it requests a grid search over several values of these parameters.See the PARMS Statement documentation for more information.By default, CLASS, MODEL, RANDOM, and REPEATED statements are automatically generated to fit the ridge regression model, so do not specify any of these statements. Also, do not specify a BY statement, because the SAS code is currently not set up to handle BY groups.
Type specific PROC MIXED options in the PROC MIXED Statement Additional Statements field.For example, to restrict the analysis to males only, type WHERE SEX=’M’in the text field, as shown below:Refer to the PROC MIXED documentation for more information.