<?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 Which procedures do I use? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Which-procedures-do-I-use/m-p/9218#M94</link>
    <description>I think I want to do a logistic regression model, but I'm not sure.&lt;BR /&gt;
&lt;BR /&gt;
I have a dichotomous outcome with 10 independent variables, some are continuous, some are categorical.&lt;BR /&gt;
&lt;BR /&gt;
Which procedure do I use to look at the relationship between the outcome variable and each one of the independent variables?&lt;BR /&gt;
&lt;BR /&gt;
Which procedure do I use to look at the relationship between my outcome variable and the significant independent variables in model building?&lt;BR /&gt;
&lt;BR /&gt;
How do I know which independent variables to test interactions for?&lt;BR /&gt;
&lt;BR /&gt;
Thanks for any help you can offer!</description>
    <pubDate>Fri, 23 Apr 2010 19:45:59 GMT</pubDate>
    <dc:creator>StatsByTheBeach</dc:creator>
    <dc:date>2010-04-23T19:45:59Z</dc:date>
    <item>
      <title>Which procedures do I use?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Which-procedures-do-I-use/m-p/9218#M94</link>
      <description>I think I want to do a logistic regression model, but I'm not sure.&lt;BR /&gt;
&lt;BR /&gt;
I have a dichotomous outcome with 10 independent variables, some are continuous, some are categorical.&lt;BR /&gt;
&lt;BR /&gt;
Which procedure do I use to look at the relationship between the outcome variable and each one of the independent variables?&lt;BR /&gt;
&lt;BR /&gt;
Which procedure do I use to look at the relationship between my outcome variable and the significant independent variables in model building?&lt;BR /&gt;
&lt;BR /&gt;
How do I know which independent variables to test interactions for?&lt;BR /&gt;
&lt;BR /&gt;
Thanks for any help you can offer!</description>
      <pubDate>Fri, 23 Apr 2010 19:45:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Which-procedures-do-I-use/m-p/9218#M94</guid>
      <dc:creator>StatsByTheBeach</dc:creator>
      <dc:date>2010-04-23T19:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Which procedures do I use?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Which-procedures-do-I-use/m-p/9219#M95</link>
      <description>&amp;gt; I think I want to do a logistic regression model, but&lt;BR /&gt;
&amp;gt; I'm not sure.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; I have a dichotomous outcome with 10 independent&lt;BR /&gt;
&amp;gt; variables, some are continuous, some are&lt;BR /&gt;
&amp;gt; categorical.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&lt;BR /&gt;
That would seem to indicate a logistic regression&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; Which procedure do I use to look at the relationship&lt;BR /&gt;
&amp;gt; between the outcome variable and each one of the&lt;BR /&gt;
&amp;gt; independent variables?&lt;BR /&gt;
&lt;BR /&gt;
PROC LOGISTIC is the easiest one to learn&lt;BR /&gt;
&lt;BR /&gt;
PROC LOGISTIC DATA = MYDATA;&lt;BR /&gt;
 MODEL DEPVAR = IV1;&lt;BR /&gt;
RUN;&lt;BR /&gt;
&lt;BR /&gt;
and repeat for the others.  &lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Which procedure do I use to look at the relationship&lt;BR /&gt;
&amp;gt; between my outcome variable and the significant&lt;BR /&gt;
&amp;gt; independent variables in model building?&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&lt;BR /&gt;
again PROC LOGISTIC but you don't want to do bivariate screening.  &lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; How do I know which independent variables to test&lt;BR /&gt;
&amp;gt; interactions for?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&lt;BR /&gt;
Theory&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Peter</description>
      <pubDate>Sat, 24 Apr 2010 01:20:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Which-procedures-do-I-use/m-p/9219#M95</guid>
      <dc:creator>plf515</dc:creator>
      <dc:date>2010-04-24T01:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Which procedures do I use?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Which-procedures-do-I-use/m-p/9220#M96</link>
      <description>Thank you!</description>
      <pubDate>Sat, 24 Apr 2010 01:28:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Which-procedures-do-I-use/m-p/9220#M96</guid>
      <dc:creator>StatsByTheBeach</dc:creator>
      <dc:date>2010-04-24T01:28:50Z</dc:date>
    </item>
  </channel>
</rss>

