• Previous Page
  • |
  • Next Page
STORE Statement
Previous Page | Next Page

The MIXED Procedure

  • Overview Procedure Overview
    Basic Features Notation for the Mixed Model PROC MIXED Contrasted with Other SAS Procedures
  • Getting Started Getting Started
    Clustered Data Example
  • Syntax Procedure Syntax
    PROC MIXED Statement BY Statement CLASS Statement CONTRAST Statement ESTIMATE Statement ID Statement LSMEANS Statement LSMESTIMATE Statement MODEL Statement PARMS Statement PRIOR Statement RANDOM Statement REPEATED Statement SLICE Statement STORE Statement WEIGHT Statement
  • Details Procedure Details
    Mixed Models Theory Parameterization of Mixed Models Residuals and Influence Diagnostics Default Output ODS Table Names ODS Graphics Computational Issues
  • Examples Procedure Examples
    Split-Plot Design Repeated Measures Plotting the Likelihood Known G and R Random Coefficients Line-Source Sprinkler Irrigation Influence in Heterogeneous Variance Model Influence Analysis for Repeated Measures Data Examining Individual Test Components Isotonic Contrasts for Ordered Mean Values
  • References
 
STORE Statement

STORE <OUT=>item-store-name </ LABEL='label'> ;

The STORE statement requests that the procedure save the context and results of the statistical analysis. The resulting item store is a binary file format that cannot be modified. The contents of the item store can be processed with the PLM procedure.

For details about the syntax of the STORE statement, see the section STORE Statement of Chapter 19, Shared Concepts and Topics.

Previous Page | Next Page | Top of Page
Copyright © SAS Institute Inc. All rights reserved.
  • Previous Page
  • |
  • Next Page
  • |
  • Top of Page