<?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 risk factors for logistic outcome in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/risk-factors-for-logistic-outcome/m-p/346364#M18209</link>
    <description>&lt;P&gt;I have a mortality outcome (yes/no) and a categorical predictor (white,hispanic,black, asian) I am running a logistic regression on.&lt;/P&gt;&lt;P&gt;I would like to see if some other factors, like age, type of med, etc. are risk factors for the death outcome. Would it be best to add to the model in a stepwise fashion? Would this answer my question, or would it be an interaction?&lt;/P&gt;</description>
    <pubDate>Sat, 01 Apr 2017 01:26:34 GMT</pubDate>
    <dc:creator>LucyB</dc:creator>
    <dc:date>2017-04-01T01:26:34Z</dc:date>
    <item>
      <title>risk factors for logistic outcome</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/risk-factors-for-logistic-outcome/m-p/346364#M18209</link>
      <description>&lt;P&gt;I have a mortality outcome (yes/no) and a categorical predictor (white,hispanic,black, asian) I am running a logistic regression on.&lt;/P&gt;&lt;P&gt;I would like to see if some other factors, like age, type of med, etc. are risk factors for the death outcome. Would it be best to add to the model in a stepwise fashion? Would this answer my question, or would it be an interaction?&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2017 01:26:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/risk-factors-for-logistic-outcome/m-p/346364#M18209</guid>
      <dc:creator>LucyB</dc:creator>
      <dc:date>2017-04-01T01:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: risk factors for logistic outcome</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/risk-factors-for-logistic-outcome/m-p/346490#M18217</link>
      <description>&lt;P&gt;I could think many ways if you don't have a big table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) proc logistic&lt;/P&gt;
&lt;P&gt;2) proc&amp;nbsp;ADAPTIVEREG &amp;nbsp;(good for nonlinear relationship)&lt;/P&gt;
&lt;P&gt;3) proc genmod + repeat (gee model)&lt;/P&gt;
&lt;P&gt;4) proc glimmix (generalize linear mixed model)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would highly recommend to use proc glimmix.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2017 15:04:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/risk-factors-for-logistic-outcome/m-p/346490#M18217</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-04-02T15:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: risk factors for logistic outcome</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/risk-factors-for-logistic-outcome/m-p/347156#M18255</link>
      <description>&lt;P&gt;If you fit a logistic model with all of the candidate predictors in PROC GENMOD and include the TYPE3 option, the table of type 3 tests gives you a test of the effect of each predictor after accounting for the others. &amp;nbsp;For example:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc genmod;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; class race medtype;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; model outcome(event="yes") = race medtype age a b c d e / dist=bin type3;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; run;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 19:14:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/risk-factors-for-logistic-outcome/m-p/347156#M18255</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2017-04-04T19:14:25Z</dc:date>
    </item>
  </channel>
</rss>

