<?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 Including Missing Values in Analyis in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Including-Missing-Values-in-Analyis/m-p/54393#M15044</link>
    <description>If I want to include missing value category in proc phreg procedure. how do I do it?&lt;BR /&gt;
Specifically, I have 3 levels of income: 1, 2 amd 99 (unknown). How do I set 99 to missing yet include it in analysis so that I would not lose other observations?&lt;BR /&gt;
&lt;BR /&gt;
Thanks very much!

Message was edited by: natasha85</description>
    <pubDate>Thu, 22 Jul 2010 14:56:18 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-07-22T14:56:18Z</dc:date>
    <item>
      <title>Including Missing Values in Analyis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Including-Missing-Values-in-Analyis/m-p/54393#M15044</link>
      <description>If I want to include missing value category in proc phreg procedure. how do I do it?&lt;BR /&gt;
Specifically, I have 3 levels of income: 1, 2 amd 99 (unknown). How do I set 99 to missing yet include it in analysis so that I would not lose other observations?&lt;BR /&gt;
&lt;BR /&gt;
Thanks very much!

Message was edited by: natasha85</description>
      <pubDate>Thu, 22 Jul 2010 14:56:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Including-Missing-Values-in-Analyis/m-p/54393#M15044</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-07-22T14:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Including Missing Values in Analyis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Including-Missing-Values-in-Analyis/m-p/54394#M15045</link>
      <description>Rather sounds like you want to treat it as missing some times and not others.  That calls for multiple variables.&lt;BR /&gt;
&lt;BR /&gt;
There are a several approaches to attack the problem.  1) and 2) model the effect of missing explicitly and are reasonable when there is moderate missing data so the model has enough power.  It is particularly valuable if the missingness is not at random.  3) applies different principles and is much more useful when the presence of missing is more of a nuisance.&lt;BR /&gt;
&lt;BR /&gt;
1) Leave it as 3 levels and treat it as a class variable.&lt;BR /&gt;
2) Equivalently, and I find this to be more interpretable.  &lt;BR /&gt;
-- create a new variable IncomeMiss that is coded 0/1, with the 1 as missing and 0 otherwise.&lt;BR /&gt;
-- recode income to 0/1 with the level of interest being the 1, and 0 otherwise.&lt;BR /&gt;
-- put both variables in the model as continuous.&lt;BR /&gt;
Then the effect of Income level 1 is measured by the coefficient for income and the effect of missing income is captured in the other variable.&lt;BR /&gt;
3) Apply PROC MI and MIANALYZE.&lt;BR /&gt;
&lt;BR /&gt;
Doc Muhlbaier&lt;BR /&gt;
Duke</description>
      <pubDate>Thu, 22 Jul 2010 17:43:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Including-Missing-Values-in-Analyis/m-p/54394#M15045</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2010-07-22T17:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Including Missing Values in Analyis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Including-Missing-Values-in-Analyis/m-p/54395#M15046</link>
      <description>If income is a classification variable, you can specify the MISSING option on the CLASS statement.  Missing levels of the classification variable will be included in the analysis.</description>
      <pubDate>Thu, 22 Jul 2010 17:57:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Including-Missing-Values-in-Analyis/m-p/54395#M15046</guid>
      <dc:creator>ArtC</dc:creator>
      <dc:date>2010-07-22T17:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Including Missing Values in Analyis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Including-Missing-Values-in-Analyis/m-p/54396#M15047</link>
      <description>Thank you all!</description>
      <pubDate>Thu, 22 Jul 2010 22:25:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Including-Missing-Values-in-Analyis/m-p/54396#M15047</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-07-22T22:25:49Z</dc:date>
    </item>
  </channel>
</rss>

