<?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 multiple dummy variables in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/multiple-dummy-variables/m-p/12422#M1649</link>
    <description>how do you code more than 0,1 dummy variable if you have more than 2 dummies?</description>
    <pubDate>Mon, 21 Apr 2008 05:33:22 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-04-21T05:33:22Z</dc:date>
    <item>
      <title>multiple dummy variables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/multiple-dummy-variables/m-p/12422#M1649</link>
      <description>how do you code more than 0,1 dummy variable if you have more than 2 dummies?</description>
      <pubDate>Mon, 21 Apr 2008 05:33:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/multiple-dummy-variables/m-p/12422#M1649</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-04-21T05:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: multiple dummy variables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/multiple-dummy-variables/m-p/12423#M1650</link>
      <description>Say you have a 3 level variable,Orig, that you want to code as dummies.  Say, also, that level 1 is the baseline or standard and levels 2 and 3 are the levels of interest.&lt;BR /&gt;
&lt;BR /&gt;
For 'reference cell' coding, Dummy2 would have 0 for orig=1 and 1&amp;amp;3 for orig=2.&lt;BR /&gt;
Dummy3 would have 0 for orig=1&amp;amp;2 and 1 for orig=3.  Dummy2 would then be a flag for membership in Orig=2 and Dummy3 would be a flag for Orig=3.&lt;BR /&gt;
&lt;BR /&gt;
There is another coding scheme, called EFFECT coding, that is also commonly seen in linear models.  Look at the CLASS statement in the documentation for LOGISTIC or GLM.&lt;BR /&gt;
&lt;BR /&gt;
Doc</description>
      <pubDate>Mon, 21 Apr 2008 15:41:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/multiple-dummy-variables/m-p/12423#M1650</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2008-04-21T15:41:22Z</dc:date>
    </item>
  </channel>
</rss>

