<?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 Missing Value Imputation in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Missing-Value-Imputation/m-p/293272#M60986</link>
    <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have some variables for which i have to impute the missing values.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide your comments as to what kind of techniques are available to perform this task, thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
    <pubDate>Mon, 22 Aug 2016 21:43:33 GMT</pubDate>
    <dc:creator>dkanand86</dc:creator>
    <dc:date>2016-08-22T21:43:33Z</dc:date>
    <item>
      <title>Missing Value Imputation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Missing-Value-Imputation/m-p/293272#M60986</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have some variables for which i have to impute the missing values.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide your comments as to what kind of techniques are available to perform this task, thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2016 21:43:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Missing-Value-Imputation/m-p/293272#M60986</guid>
      <dc:creator>dkanand86</dc:creator>
      <dc:date>2016-08-22T21:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Value Imputation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Missing-Value-Imputation/m-p/293274#M60988</link>
      <description>&lt;P&gt;Look at PROC MI?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2016 21:50:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Missing-Value-Imputation/m-p/293274#M60988</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-08-22T21:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Value Imputation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Missing-Value-Imputation/m-p/293303#M61002</link>
      <description>&lt;P&gt;You can replace missing values with (in approximate order of complexity):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;a constant (e.g. the mean, median, etc. of your variable)&lt;/LI&gt;
&lt;LI&gt;a predicted value based on other non missing variables (e.g. predict missing weight from the height)&lt;/LI&gt;
&lt;LI&gt;an interpolated value (in time series)&lt;/LI&gt;
&lt;LI&gt;a random value from your variable assumed distribution&lt;/LI&gt;
&lt;LI&gt;a set of random values from your variable assumed distribution (multiple imputation)&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Tue, 23 Aug 2016 02:38:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Missing-Value-Imputation/m-p/293303#M61002</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-08-23T02:38:23Z</dc:date>
    </item>
  </channel>
</rss>

