%impute(name=impute, setup=new);
datain test;
dataout impute ALL;
continuous STUDYID CASECNT AGE GENDER RACE3 HYPER DIAB SMOKE NUMCIG
YRSSMOKE FATINDEX FAMMI EDUSUBJ3 DHA_EPA REDTOT CHOLESTH CAFFTOT WGTKG
TOTLKCAL ALCOHOL3 HGTCM ;
ITERATIONS 2;
MULTIPLES 2;
SEED 2001;
run;
%PUTDATA(NAME= impute2, SETUP=new);
IMPUTATION impute;
MULT 2;
RUN;
Hello,--I'm brand new to SRCware/IVEware.I'm trying to generate a text file containing the complete imputed dataset from the final iteration of each round of imputation run in SRCware.So if in IMPUTE, I have the parameters ITERATIONS 5, MULTIPLES 2, then I would like to have a text file for each of the 2 imputation rounds containing the imputed values from the 5th iteration or regressions.Can anyone tell me how this can be done?Thanks!
You received this message because you are subscribed to the Google Groups "IVEware" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iveware+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.