<?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 ANOVA in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/ANOVA/m-p/75685#M3625</link>
    <description>As I understand it, ANOVA with categorical variables is equivalent to Linear Regression with dummy variables.  But, when I run ANOVA, I do not get coefficients.  Can anyone tell me why this is, or if there is an option to add these?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Chris</description>
    <pubDate>Wed, 14 Oct 2009 14:21:51 GMT</pubDate>
    <dc:creator>cjohnson</dc:creator>
    <dc:date>2009-10-14T14:21:51Z</dc:date>
    <item>
      <title>ANOVA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ANOVA/m-p/75685#M3625</link>
      <description>As I understand it, ANOVA with categorical variables is equivalent to Linear Regression with dummy variables.  But, when I run ANOVA, I do not get coefficients.  Can anyone tell me why this is, or if there is an option to add these?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Chris</description>
      <pubDate>Wed, 14 Oct 2009 14:21:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ANOVA/m-p/75685#M3625</guid>
      <dc:creator>cjohnson</dc:creator>
      <dc:date>2009-10-14T14:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: ANOVA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ANOVA/m-p/75686#M3626</link>
      <description>Not that I know of.  However, GLM will provide the coefficients.</description>
      <pubDate>Wed, 14 Oct 2009 14:45:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ANOVA/m-p/75686#M3626</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-10-14T14:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: ANOVA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ANOVA/m-p/75687#M3627</link>
      <description>I don't get the coeff when I run glm either.  If I use glm with continuous indep and dep variables, I get the coeff, but not when I use catagorical indep and continuous dep.</description>
      <pubDate>Wed, 14 Oct 2009 14:52:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ANOVA/m-p/75687#M3627</guid>
      <dc:creator>cjohnson</dc:creator>
      <dc:date>2009-10-14T14:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: ANOVA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ANOVA/m-p/75688#M3628</link>
      <description>Perhaps the SOLUTION option on the MODEL statement (available in the GLM, MIXED, and GLIMMIX procedures) provides what you're looking for.&lt;BR /&gt;
&lt;BR /&gt;
If not, then it would be helpful if you posted your code.&lt;BR /&gt;
&lt;BR /&gt;
--Susan</description>
      <pubDate>Wed, 14 Oct 2009 15:12:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ANOVA/m-p/75688#M3628</guid>
      <dc:creator>Susan</dc:creator>
      <dc:date>2009-10-14T15:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: ANOVA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ANOVA/m-p/75689#M3629</link>
      <description>In the model statement /solution or /s will give all the coefficients for  fixed effects both class and otherwise</description>
      <pubDate>Wed, 14 Oct 2009 16:15:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ANOVA/m-p/75689#M3629</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-10-14T16:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: ANOVA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ANOVA/m-p/75690#M3630</link>
      <description>Thanks very much!  The solution option did the trick.&lt;BR /&gt;
&lt;BR /&gt;
PROC GLM DATA=CLAIMS;&lt;BR /&gt;
CLASS INJURY;&lt;BR /&gt;
MODEL INCURRED = INJURY /SOLUTION;&lt;BR /&gt;
MEANS INJURY / HOVTEST;&lt;BR /&gt;
RUN;</description>
      <pubDate>Wed, 14 Oct 2009 17:07:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ANOVA/m-p/75690#M3630</guid>
      <dc:creator>cjohnson</dc:creator>
      <dc:date>2009-10-14T17:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: ANOVA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ANOVA/m-p/75691#M3631</link>
      <description>I see Susan recommended the same "solution"</description>
      <pubDate>Wed, 14 Oct 2009 18:54:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ANOVA/m-p/75691#M3631</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-10-14T18:54:16Z</dc:date>
    </item>
  </channel>
</rss>

