Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The MIANALYZE Procedure

Examples

The following statements generate five imputed data sets to be used in this section. The data set FitMiss was created in the section "Getting Started". See "The MI Procedure" chapter for details concerning the MI procedure.

   proc mi data=FitMiss seed=37851 noprint out=outmi;   
      var Oxygen RunTime RunPulse; 
   run;


Example 10.1: Reading Means and Covariance Matrices from a DATA= COV Data Set

Example 10.2: Reading Regression Results from a DATA= EST Data Set

Example 10.3: Reading Mixed Model Results from PARMS= and COVB= Data Sets

Example 10.4: Reading Generalized Linear Model Results from PARMS= and COVB= Data Sets

Example 10.5: Reading GLM Results from PARMS= and XPXI= Data Sets

Example 10.6: Combining Correlation Coefficients

Example 10.7: Combining Ratios of Variable Means

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.