The MIXED Procedure |
The following statements are available in PROC MIXED.
Items within angle brackets ( < > ) are optional. The CONTRAST, ESTIMATE, LSMEANS, and RANDOM statements can appear multiple times; all other statements can appear only once.
The PROC MIXED and MODEL statements are required, and the MODEL statement must appear after the CLASS statement if a CLASS statement is included. The CONTRAST, ESTIMATE, LSMEANS, RANDOM, and REPEATED statements must follow the MODEL statement. The CONTRAST and ESTIMATE statements must also follow any RANDOM statements.
Table 56.1 summarizes the basic functions and important options of each PROC MIXED statement. The syntax of each statement in Table 56.1 is described in the following sections in alphabetical order after the description of the PROC MIXED statement.
Statement |
Description |
Important Options |
---|---|---|
invokes the procedure |
DATA= specifies input data set, METHOD= specifies estimation method |
|
performs multiple PROC MIXED analyses in one invocation |
none |
|
declares qualitative variables that create indicator variables in design matrices |
none |
|
lists additional variables to be included in predicted values tables |
none |
|
specifies dependent variable and fixed effects, setting up |
S requests solution for fixed-effects parameters, DDFM= specifies denominator degrees of freedom method, OUTP= outputs predicted values to a data set, INFLUENCE computes influence diagnostics |
|
specifies random effects, setting up and |
SUBJECT= creates block-diagonality, TYPE= specifies covariance structure, S requests solution for random-effects parameters, G displays estimated |
|
sets up |
SUBJECT= creates block-diagonality, TYPE= specifies covariance structure, R displays estimated blocks of , GROUP= enables between-subject heterogeneity, LOCAL adds a diagonal matrix to |
|
specifies a grid of initial values for the covariance parameters |
HOLD= and NOITER hold the covariance parameters or their ratios constant, PARMSDATA= reads the initial values from a SAS data set |
|
performs a sampling-based Bayesian analysis for variance component models |
NSAMPLE= specifies the sample size, SEED= specifies the starting seed |
|
constructs custom hypothesis tests |
E displays the matrix coefficients |
|
constructs custom scalar estimates |
CL produces confidence limits |
|
computes least squares means for classification fixed effects |
DIFF computes differences of the least squares means, ADJUST= performs multiple comparisons adjustments, AT changes covariates, OM changes weighting, CL produces confidence limits, SLICE= tests simple effects |
|
specifies a variable by which to weight |
none |
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.