<?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 categorical variables in proc logist in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/categorical-variables-in-proc-logist/m-p/417983#M21966</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using SAS 9.4 full edition through a server. I will be running a logistic regression model with a very large data set (2700 observations in smaller group and 50000 observations in larger group). I have several categorical variables and am not sure how you program using the class statement and choosing the reference group for each, since I've only run a logistic regression model with 1 categorical variable. Can you help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Laura&lt;/P&gt;</description>
    <pubDate>Sun, 03 Dec 2017 02:09:08 GMT</pubDate>
    <dc:creator>lmyers2</dc:creator>
    <dc:date>2017-12-03T02:09:08Z</dc:date>
    <item>
      <title>categorical variables in proc logist</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/categorical-variables-in-proc-logist/m-p/417983#M21966</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using SAS 9.4 full edition through a server. I will be running a logistic regression model with a very large data set (2700 observations in smaller group and 50000 observations in larger group). I have several categorical variables and am not sure how you program using the class statement and choosing the reference group for each, since I've only run a logistic regression model with 1 categorical variable. Can you help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Laura&lt;/P&gt;</description>
      <pubDate>Sun, 03 Dec 2017 02:09:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/categorical-variables-in-proc-logist/m-p/417983#M21966</guid>
      <dc:creator>lmyers2</dc:creator>
      <dc:date>2017-12-03T02:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: categorical variables in proc logist</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/categorical-variables-in-proc-logist/m-p/417984#M21967</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This can be extended for multiple categorical variables in class statement. Assuming var1 and var2 are two classification variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc logistic data=have;&lt;/P&gt;
&lt;P&gt;class var1 (param=ref ref='A') var2 (param=ref ref=first);&lt;/P&gt;
&lt;P&gt;model dep_var (event='1')= var1 var2;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Dec 2017 02:59:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/categorical-variables-in-proc-logist/m-p/417984#M21967</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2017-12-03T02:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: categorical variables in proc logist</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/categorical-variables-in-proc-logist/m-p/418016#M21972</link>
      <description>&lt;P&gt;Refer to the second example in the documentation which covers regression with categorical variables.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make sure to set the PARAM=REF on your model.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Dec 2017 16:41:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/categorical-variables-in-proc-logist/m-p/418016#M21972</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-03T16:41:45Z</dc:date>
    </item>
  </channel>
</rss>

