Processes | Expression | Mixed Model Analysis

Mixed Model Analysis
The Mixed Model Analysis process fits a mixed linear model on a row-by-row basis to pre-normalized data and creates numerous output displays. It is the most advanced of the linear model processes available under Row-by-Row Modeling and provides the most flexibility for specifying complex mixed linear models. You must understand syntax for SAS PROC MIXED in order to use it.
Caution : This process can be computationally intensive for large data sets.
What do I need?
Two data sets are required for this process.
The first, the Input Data Set , contains all of the numeric data to be analyzed. For most cases, the use of normalized data, in which global effects, such as dye, chip to chip variation, and so on, have been removed, is recommended. This data set must be a tall data set.
The second data set is the Experimental Design Data Set (EDDS) . This required data set tells how the experiment was performed, providing information about the columns in the input data set. Note that one column in the EDDS must be named ColumnName and the values contained in this column must exactly match the column names in the input data set. Two other columns in this data set, Array , and Experiment , correspond to an index variable and the one-way experimental variable , respectively.
An Annotation Data Set can also be specified. This data set contains information, such as gene identity, accession numbers , chromosomal location, and so on, for each of the rows in the input data set. This data set is also in the tall format; where each row corresponds to a different gene.
For detailed information about the files and data sets used or created by JMP Life Sciences software, see Files and Data Sets .
Note : Use of this process requires an understanding of SAS syntax. You should refer to the documentation for SAS PROC MIXED or SAS PROC GLIMMIX and/or seek statistical assistance from an experienced SAS programmer.
Output/Results
The output generated by this process is summarized in a Tabbed report. Refer to the Mixed Model Analysis output documentation for detailed descriptions and guides to interpreting your results.