<?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: Question about proc logistic and correlation between input vars in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Question-about-proc-logistic-and-correlation-between-input-vars/m-p/361324#M23751</link>
    <description>&lt;P&gt;Technically, SAS EG has a task called "Logistic Regression". This task runs PROC LOGISTIC to do the calculations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's a little confusing, but here's how I'd describe the dividing line. If I had questions about the meanings of the variable roles or about some of the task options, I'd post under Enterprise Guide. But if a question pertains to the underlying PROC LOGISTIC code, as yours does, I think it's a better fit in the Analytics community. I'm an IT guy, and I monitor the EG community for technical questions about using the product, but I don't have the statistical methodology chops to answer questions like yours. Those guys are in the Analytics community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
    <pubDate>Wed, 24 May 2017 18:59:57 GMT</pubDate>
    <dc:creator>TomKari</dc:creator>
    <dc:date>2017-05-24T18:59:57Z</dc:date>
    <item>
      <title>Question about proc logistic and correlation between input vars</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Question-about-proc-logistic-and-correlation-between-input-vars/m-p/361286#M23745</link>
      <description>&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a question about proc logistic.&lt;BR /&gt;I am creating a regresion logistic model with proc logistic.&lt;/P&gt;
&lt;P&gt;All the vars included in the model have dependencies with the target table.&lt;BR /&gt;Using proc freq or proc discrim I can see that there is a dependency&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I am exploring the vars, I find that there are vars highly correlated.&lt;BR /&gt;The vars rango_ant and rango_edad hace a correlation about 0.9&lt;/P&gt;
&lt;P&gt;Do I have to exclude one of them from my model?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is my model:&lt;/P&gt;
&lt;PRE&gt;proc logistic data=test outmodel=modelo1 plots(only)=roc;
class cod_posicion nivel_sal rango_edad rango_ant rango_eval;
model baja = rango_edad rango_ant nivel_sal rango_eval cod_posicion ;
quit;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do I have tu use cross effects?. Like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc logistic data=test outmodel=modelo1 plots(only)=roc;&lt;BR /&gt;class cod_posicion nivel_sal rango_edad rango_ant rango_eval;&lt;BR /&gt;model baja = rango_edad rango_ant nivel_sal rango_eval cod_posicion &lt;FONT color="#FF0000"&gt;rango_edad*rango_ant&lt;/FONT&gt; ;&lt;BR /&gt;quit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc logistic data=test outmodel=modelo1 plots(only)=roc;
class cod_posicion nivel_sal rango_edad rango_ant rango_eval;
model baja = rango_edad rango_ant nivel_sal rango_eval cod_posicion rango_edad*rango_ant ;
quit;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know the effect of correlation in logistic regresion.&lt;BR /&gt;Can anybody help me?, any help will be greatly appreciated&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 17:43:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Question-about-proc-logistic-and-correlation-between-input-vars/m-p/361286#M23745</guid>
      <dc:creator>juanvg1972</dc:creator>
      <dc:date>2017-05-24T17:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Question about proc logistic and correlation between input vars</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Question-about-proc-logistic-and-correlation-between-input-vars/m-p/361291#M23746</link>
      <description>&lt;P&gt;I suggest you post this in one of the Analytics communities. It really doesn't have anything to do with Enterprise Guide.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 17:55:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Question-about-proc-logistic-and-correlation-between-input-vars/m-p/361291#M23746</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2017-05-24T17:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Question about proc logistic and correlation between input vars</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Question-about-proc-logistic-and-correlation-between-input-vars/m-p/361308#M23749</link>
      <description>Ok, but proc logistic is a task of E.G.</description>
      <pubDate>Wed, 24 May 2017 18:29:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Question-about-proc-logistic-and-correlation-between-input-vars/m-p/361308#M23749</guid>
      <dc:creator>juanvg1972</dc:creator>
      <dc:date>2017-05-24T18:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Question about proc logistic and correlation between input vars</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Question-about-proc-logistic-and-correlation-between-input-vars/m-p/361324#M23751</link>
      <description>&lt;P&gt;Technically, SAS EG has a task called "Logistic Regression". This task runs PROC LOGISTIC to do the calculations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's a little confusing, but here's how I'd describe the dividing line. If I had questions about the meanings of the variable roles or about some of the task options, I'd post under Enterprise Guide. But if a question pertains to the underlying PROC LOGISTIC code, as yours does, I think it's a better fit in the Analytics community. I'm an IT guy, and I monitor the EG community for technical questions about using the product, but I don't have the statistical methodology chops to answer questions like yours. Those guys are in the Analytics community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 18:59:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Question-about-proc-logistic-and-correlation-between-input-vars/m-p/361324#M23751</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2017-05-24T18:59:57Z</dc:date>
    </item>
  </channel>
</rss>

