<?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 to include missing values as one of the &amp;quot;classes&amp;quot; in proc anova in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-include-missing-values-as-one-of-the-quot-classes-quot-in/m-p/593427#M76043</link>
    <description>That's what I was thinking as well. I just didn't know if there was a built in command for it. Thanks for the quick reply, Reeza.</description>
    <pubDate>Wed, 02 Oct 2019 15:20:08 GMT</pubDate>
    <dc:creator>joebacon</dc:creator>
    <dc:date>2019-10-02T15:20:08Z</dc:date>
    <item>
      <title>How to include missing values as one of the "classes" in proc anova</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-include-missing-values-as-one-of-the-quot-classes-quot-in/m-p/593418#M76040</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The question is a pretty simple one and in the title.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to run a simple one-way ANOVA and grab some means while I am at it. However, I have 161 individuals who are missing information on Trichot_1yr. I would like to make this one of the classes that SAS uses to check the means against. Is this possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc anova data=sub.master_dataset053019 ;
class trichot_1yr;
model  income_house=trichot_1yr ;
means trichot_1yr/ lsd tukey cldiff;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 02 Oct 2019 15:14:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-include-missing-values-as-one-of-the-quot-classes-quot-in/m-p/593418#M76040</guid>
      <dc:creator>joebacon</dc:creator>
      <dc:date>2019-10-02T15:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to include missing values as one of the "classes" in proc anova</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-include-missing-values-as-one-of-the-quot-classes-quot-in/m-p/593421#M76041</link>
      <description>Recode your Missing to 99 or a different value? That's the easiest solution I'm aware of.</description>
      <pubDate>Wed, 02 Oct 2019 15:15:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-include-missing-values-as-one-of-the-quot-classes-quot-in/m-p/593421#M76041</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-10-02T15:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to include missing values as one of the "classes" in proc anova</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-include-missing-values-as-one-of-the-quot-classes-quot-in/m-p/593427#M76043</link>
      <description>That's what I was thinking as well. I just didn't know if there was a built in command for it. Thanks for the quick reply, Reeza.</description>
      <pubDate>Wed, 02 Oct 2019 15:20:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-include-missing-values-as-one-of-the-quot-classes-quot-in/m-p/593427#M76043</guid>
      <dc:creator>joebacon</dc:creator>
      <dc:date>2019-10-02T15:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to include missing values as one of the "classes" in proc anova</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-include-missing-values-as-one-of-the-quot-classes-quot-in/m-p/593439#M76045</link>
      <description>No command as far as I know.</description>
      <pubDate>Wed, 02 Oct 2019 15:41:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-include-missing-values-as-one-of-the-quot-classes-quot-in/m-p/593439#M76045</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-10-02T15:41:49Z</dc:date>
    </item>
  </channel>
</rss>

