<?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: Proc MI Impute flag in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-MI-Impute-flag/m-p/229165#M12090</link>
    <description>&lt;P&gt;I assume you are talking about the data set created by the OUT= option on the PROC MI statement.&lt;/P&gt;
&lt;P&gt;That data set does not contain a copy of the original data. It contains N copies of the imputed data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need the original data,&amp;nbsp;you could prepend it to the imputed data. Maybe set _imputation_=0 to identify it, like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data Original;
_imputation_ = 0;
set Original; 
run;

data All;
set Original OutMI;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Oct 2015 17:17:10 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2015-10-08T17:17:10Z</dc:date>
    <item>
      <title>Proc MI Impute flag</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-MI-Impute-flag/m-p/229163#M12089</link>
      <description>&lt;P&gt;&amp;nbsp;I want to compare the observed vs imputed&amp;nbsp;values from Proc MI. Is there an easy way to identify the imputed values in the output dataset?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 17:00:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-MI-Impute-flag/m-p/229163#M12089</guid>
      <dc:creator>Stochastical</dc:creator>
      <dc:date>2015-10-08T17:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Proc MI Impute flag</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-MI-Impute-flag/m-p/229165#M12090</link>
      <description>&lt;P&gt;I assume you are talking about the data set created by the OUT= option on the PROC MI statement.&lt;/P&gt;
&lt;P&gt;That data set does not contain a copy of the original data. It contains N copies of the imputed data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need the original data,&amp;nbsp;you could prepend it to the imputed data. Maybe set _imputation_=0 to identify it, like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data Original;
_imputation_ = 0;
set Original; 
run;

data All;
set Original OutMI;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 17:17:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-MI-Impute-flag/m-p/229165#M12090</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2015-10-08T17:17:10Z</dc:date>
    </item>
  </channel>
</rss>

