<?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: How do I tell which dependent variable is the most predictive in Proc Logistic? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-tell-which-dependent-variable-is-the-most-predictive-in/m-p/414590#M21756</link>
    <description>&lt;P&gt;I will pick up&amp;nbsp;&lt;SPAN&gt;Wald Chi-Square, since it is statistic .&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;And var3 has the biggest Chi-Square ,so its&amp;nbsp;Pr &amp;gt; ChiSq should be smallest. therefore, var3 is most significant variable.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 18 Nov 2017 10:08:51 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2017-11-18T10:08:51Z</dc:date>
    <item>
      <title>How do I tell which dependent variable is the most predictive in Proc Logistic?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-tell-which-dependent-variable-is-the-most-predictive-in/m-p/414518#M21751</link>
      <description>&lt;P&gt;Hello Experts:&lt;/P&gt;&lt;P&gt;I run into a difficulty to explain which independent variable is more predictive when running a Proc Logistic.&lt;/P&gt;&lt;P&gt;In my proc Logistic procedure, I modeled the dependent variable&amp;nbsp;(Event = '1'), see code below:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;logistic&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=data_test&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;model&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; p_flag (&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;event&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'1'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;) = var1 var2 var3 / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;selection&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=stepwise;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Then I get this results for the stepwise selection:&lt;/FONT&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Summary of Stepwise Selection&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Step&lt;/TD&gt;&lt;TD&gt;Effect&lt;/TD&gt;&lt;TD&gt;DF&lt;/TD&gt;&lt;TD&gt;Number In&lt;/TD&gt;&lt;TD&gt;Score Chi-Square&lt;/TD&gt;&lt;TD&gt;Wald Chi-Square&lt;/TD&gt;&lt;TD&gt;Pr &amp;gt; ChiSq&lt;/TD&gt;&lt;TD&gt;Variable Label&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Entered&lt;/TD&gt;&lt;TD&gt;Removed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;var3&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;2006.955&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;var2&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;150.3232&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;var1&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;43.6837&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;and the likelihood:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Analysis of Maximum Likelihood Estimates&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Parameter&lt;/TD&gt;&lt;TD&gt;DF&lt;/TD&gt;&lt;TD&gt;Estimate&lt;/TD&gt;&lt;TD&gt;Standard Error&lt;/TD&gt;&lt;TD&gt;Wald Chi-Square&lt;/TD&gt;&lt;TD&gt;Pr &amp;gt; ChiSq&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Intercept&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;-4.1428&lt;/TD&gt;&lt;TD&gt;0.1142&lt;/TD&gt;&lt;TD&gt;1316.869&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;var1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1.083&lt;/TD&gt;&lt;TD&gt;0.1556&lt;/TD&gt;&lt;TD&gt;48.4503&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;var2&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;-0.1256&lt;/TD&gt;&lt;TD&gt;0.00706&lt;/TD&gt;&lt;TD&gt;316.7223&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;var3&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0.2754&lt;/TD&gt;&lt;TD&gt;0.00463&lt;/TD&gt;&lt;TD&gt;3541.0916&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;And the odd ratios:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Odds Ratio Estimates&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Effect&lt;/TD&gt;&lt;TD&gt;Point Estimate&lt;/TD&gt;&lt;TD&gt;95% Wald &amp;nbsp;Confidence Limits&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;var1&lt;/TD&gt;&lt;TD&gt;2.954&lt;/TD&gt;&lt;TD&gt;2.177&lt;/TD&gt;&lt;TD&gt;4.007&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;var2&lt;/TD&gt;&lt;TD&gt;0.882&lt;/TD&gt;&lt;TD&gt;0.87&lt;/TD&gt;&lt;TD&gt;0.894&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;var3&lt;/TD&gt;&lt;TD&gt;1.317&lt;/TD&gt;&lt;TD&gt;1.305&lt;/TD&gt;&lt;TD&gt;1.329&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So my question is:&lt;/P&gt;&lt;P&gt;Which one of the 3 variables is the most predictable for p_flag =1? In the likelihood test, which output field I need to look into: estimate vs. Wald Chi-square?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;LHK&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 19:35:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-tell-which-dependent-variable-is-the-most-predictive-in/m-p/414518#M21751</guid>
      <dc:creator>LHK</dc:creator>
      <dc:date>2017-11-17T19:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do I tell which dependent variable is the most predictive in Proc Logistic?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-tell-which-dependent-variable-is-the-most-predictive-in/m-p/414564#M21753</link>
      <description>&lt;P&gt;I don't think there is an answer to your question. I don't really even understand what you want when you say "most predictable". It doesn't make sense to me to just use one predictor given these results.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 22:51:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-tell-which-dependent-variable-is-the-most-predictive-in/m-p/414564#M21753</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-11-17T22:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I tell which dependent variable is the most predictive in Proc Logistic?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-tell-which-dependent-variable-is-the-most-predictive-in/m-p/414590#M21756</link>
      <description>&lt;P&gt;I will pick up&amp;nbsp;&lt;SPAN&gt;Wald Chi-Square, since it is statistic .&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;And var3 has the biggest Chi-Square ,so its&amp;nbsp;Pr &amp;gt; ChiSq should be smallest. therefore, var3 is most significant variable.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Nov 2017 10:08:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-tell-which-dependent-variable-is-the-most-predictive-in/m-p/414590#M21756</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-11-18T10:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I tell which dependent variable is the most predictive in Proc Logistic?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-tell-which-dependent-variable-is-the-most-predictive-in/m-p/414596#M21757</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I will pick up&amp;nbsp;&lt;SPAN&gt;Wald Chi-Square, since it is statistic .&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;And var3 has the biggest Chi-Square ,so its&amp;nbsp;Pr &amp;gt; ChiSq should be smallest. therefore, var3 is most significant variable.&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;True, but the question was not "most significant variable", it was "most predictable", which seems to me is a meaningless question, and different than "most significant".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway, the idea of selecting one of these three variables is the "best" seems like a very poor idea.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Nov 2017 12:52:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-tell-which-dependent-variable-is-the-most-predictive-in/m-p/414596#M21757</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-11-18T12:52:16Z</dc:date>
    </item>
  </channel>
</rss>

