<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How can I import my imputed dataset into another software in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-can-I-import-my-imputed-dataset-into-another-software/m-p/213253#M52612</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way would be to use the _imputation_ variable to select one set of imputations. The question becomes then choosing which of those to use. Summary statistics such as proc means using _imputation_ as a by variable perhaps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically use what ever method you prefer for exporting your data and use where _imputation_ =xx where xx is your choice of 1 through 10. If used as a data set option, such as for proc export then:&lt;/P&gt;&lt;P&gt;proc export data=yourdatasetname (where=(_imputation_=1))&lt;/P&gt;&lt;P&gt;&amp;lt;rest of code&amp;gt;&lt;/P&gt;&lt;P&gt;selects the first set of imputed values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jun 2015 21:04:40 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2015-06-24T21:04:40Z</dc:date>
    <item>
      <title>How can I import my imputed dataset into another software</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-can-I-import-my-imputed-dataset-into-another-software/m-p/213252#M52611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a dataset with 116595 observations; there are missing values for many of the variables. I have used the PROC MI to do multiple imputation with nimpute=10. So, now I have a dataset with 1165950 observations, which is 10 times the size of my original dataset. It mentions the number of the imputations and the corresponding imputed values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, let's say I want to use this imputed dataset in a different software (say Mplus). My question is: is there any way to get an imputed dataset from SAS, that is of the same size as my original dataset, that is 116595 observations? I want SAS to do the imputations, but ultimately output a dataset (say, B) which will have the same number of observations as my original dataset (say, A); but with imputed values for the variables that were missing. Then that new dataset B will be the one which I will use in any other software.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the above feasible? Or, is some other method, such as, maximum-likelihood estimates better for this purpose? Any suggestion is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 20:44:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-can-I-import-my-imputed-dataset-into-another-software/m-p/213252#M52611</guid>
      <dc:creator>Deep81</dc:creator>
      <dc:date>2015-06-24T20:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can I import my imputed dataset into another software</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-can-I-import-my-imputed-dataset-into-another-software/m-p/213253#M52612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way would be to use the _imputation_ variable to select one set of imputations. The question becomes then choosing which of those to use. Summary statistics such as proc means using _imputation_ as a by variable perhaps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically use what ever method you prefer for exporting your data and use where _imputation_ =xx where xx is your choice of 1 through 10. If used as a data set option, such as for proc export then:&lt;/P&gt;&lt;P&gt;proc export data=yourdatasetname (where=(_imputation_=1))&lt;/P&gt;&lt;P&gt;&amp;lt;rest of code&amp;gt;&lt;/P&gt;&lt;P&gt;selects the first set of imputed values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 21:04:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-can-I-import-my-imputed-dataset-into-another-software/m-p/213253#M52612</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-06-24T21:04:40Z</dc:date>
    </item>
  </channel>
</rss>

