<?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 GLM in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-GLM/m-p/33322#M8064</link>
    <description>yes.  That code looks reasonable.  However, GLM uses "effect" coding and you are probably thinking of "reference" coding.  Check out the documentation for a description of the two.  &lt;BR /&gt;
&lt;BR /&gt;
The various test statistics are the same either way, but I find that it is messier to interpret the coefficients in effect coding.  The only way to get reference cell coding is to manually enter the dummy variables as numeric (which makes it harder to get overall effects for classes with more than two levels).</description>
    <pubDate>Fri, 11 Jun 2010 16:09:12 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2010-06-11T16:09:12Z</dc:date>
    <item>
      <title>PROC GLM</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-GLM/m-p/33321#M8063</link>
      <description>Can I include dummy variables in proc glm?&lt;BR /&gt;
&lt;BR /&gt;
I use the following but am not sure if the results should look the way they do.&lt;BR /&gt;
&lt;BR /&gt;
proc glm data=final;&lt;BR /&gt;
class income_bracket  kiddummy year;&lt;BR /&gt;
model units= units_cat kiddummy |year;&lt;BR /&gt;
lsmeans kiddummy year /adjust = tukey;&lt;BR /&gt;
run;</description>
      <pubDate>Wed, 09 Jun 2010 19:34:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-GLM/m-p/33321#M8063</guid>
      <dc:creator>spg</dc:creator>
      <dc:date>2010-06-09T19:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLM</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-GLM/m-p/33322#M8064</link>
      <description>yes.  That code looks reasonable.  However, GLM uses "effect" coding and you are probably thinking of "reference" coding.  Check out the documentation for a description of the two.  &lt;BR /&gt;
&lt;BR /&gt;
The various test statistics are the same either way, but I find that it is messier to interpret the coefficients in effect coding.  The only way to get reference cell coding is to manually enter the dummy variables as numeric (which makes it harder to get overall effects for classes with more than two levels).</description>
      <pubDate>Fri, 11 Jun 2010 16:09:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-GLM/m-p/33322#M8064</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2010-06-11T16:09:12Z</dc:date>
    </item>
  </channel>
</rss>

