Re: exporting imputed dataset

48 views
Skip to first unread message

Nelson Marcelino

unread,
May 2, 2014, 7:57:28 AM5/2/14
to ive...@googlegroups.com
try running the basic test script below with the test dataset to see if it works...

%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;


you need to make sure dataout impute ALL; is present to generate concatenated dataset.


On Thu, May 1, 2014 at 8:38 PM, winimic <ini...@gmail.com> wrote:
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.

Reply all
Reply to author
Forward
0 new messages