|
Chapter Contents |
Previous |
Next |
| The MIANALYZE Procedure |
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;
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.