<?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: Include multiple independent variable in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Include-multiple-independent-variable/m-p/276656#M14620</link>
    <description>&lt;PRE&gt;
How to write them all varaibles ?
 Use variable list method : model y=FirstVariable -- LastVariable; 

write a subset of all the variables? 
Ditto. 

How to know which variables are imp for my calculations?
 Check ANOVA Table and ODDS Ratio. 
The biggest ODDS Ratio should be the most important variable. 


Can VIF be done in logistic regression ? 
No. You can't . But you can use SELECTION=STEPWISE to pick up the best sub-model.

&lt;/PRE&gt;</description>
    <pubDate>Sat, 11 Jun 2016 06:45:39 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2016-06-11T06:45:39Z</dc:date>
    <item>
      <title>Include multiple independent variable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Include-multiple-independent-variable/m-p/276463#M14613</link>
      <description>&lt;P&gt;&lt;FONT size="3"&gt;I want to do a logistic regression where there are many indepedent varables. How to &lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;FONT size="3"&gt;write them all varaibles ?&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size="3"&gt;write a subset of all the variables?&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size="3"&gt;How to know which variables are imp for my calculations?&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size="3"&gt;Can VIF be done in logistic regression ?&lt;/FONT&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;FONT size="3"&gt;Pl guide.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;Regards&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2016 11:04:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Include-multiple-independent-variable/m-p/276463#M14613</guid>
      <dc:creator>HM3</dc:creator>
      <dc:date>2016-06-10T11:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Include multiple independent variable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Include-multiple-independent-variable/m-p/276539#M14615</link>
      <description>&lt;P&gt;RE 1/2&lt;/P&gt;
&lt;P&gt;To list multiple or select variables you can use variable lists.&lt;/P&gt;
&lt;P&gt;Read the documentation that illustrates how you can reference multiple variables at once.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/68089/HTML/default/viewer.htm#p0wphcpsfgx6o7n1sjtqzizp1n39.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrcon/68089/HTML/default/viewer.htm#p0wphcpsfgx6o7n1sjtqzizp1n39.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;RE 3&lt;/P&gt;
&lt;P&gt;Look at the P-Value along with effect size to determine if a variable is significant&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;RE 4&lt;/P&gt;
&lt;P&gt;I don't know if it does, but you can use PROC REG to calculate VIF first if required.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2016 16:24:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Include-multiple-independent-variable/m-p/276539#M14615</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-06-10T16:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Include multiple independent variable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Include-multiple-independent-variable/m-p/276654#M14619</link>
      <description>How to write them all varaibles ?
Use variable list method :   model y=FirstVariable -- LastVariable;

write a subset of all the variables?
Ditto.

How to know which variables are imp for my calculations?
Check ANOVA Table and ODDS Ratio.
The biggest ODDS Ratio should be the most important variable.


Can VIF be done in logistic regression ?
No. You can't . But you can use SELECTION=STEPWISE to pick up the best sub-model.</description>
      <pubDate>Sat, 11 Jun 2016 06:37:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Include-multiple-independent-variable/m-p/276654#M14619</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-06-11T06:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Include multiple independent variable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Include-multiple-independent-variable/m-p/276656#M14620</link>
      <description>&lt;PRE&gt;
How to write them all varaibles ?
 Use variable list method : model y=FirstVariable -- LastVariable; 

write a subset of all the variables? 
Ditto. 

How to know which variables are imp for my calculations?
 Check ANOVA Table and ODDS Ratio. 
The biggest ODDS Ratio should be the most important variable. 


Can VIF be done in logistic regression ? 
No. You can't . But you can use SELECTION=STEPWISE to pick up the best sub-model.

&lt;/PRE&gt;</description>
      <pubDate>Sat, 11 Jun 2016 06:45:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Include-multiple-independent-variable/m-p/276656#M14620</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-06-11T06:45:39Z</dc:date>
    </item>
  </channel>
</rss>

