<?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: evidence for confounding in proc logistic in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/evidence-for-confounding-in-proc-logistic/m-p/195904#M49005</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would recommend checking out this book by Paul Allison that discusses Logistic Regression using SAS.&amp;nbsp; In Chapter 3.5, he discusses about Multicollinearity and checking the diagnostics using this proc reg with the vif option.&amp;nbsp; There's an example that he uses that could help bring to light the purpose of what you're trying to do, and how to apply it with your data.&amp;nbsp; Hope this can be a better reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://books.google.com/books?hl=en&amp;amp;lr=&amp;amp;id=NF9kwF1lOF4C&amp;amp;oi=fnd&amp;amp;pg=PR3&amp;amp;dq=paul+allison+multicollinearity+with+logistic+regression&amp;amp;ots=zxuYlu2I2B&amp;amp;sig=gOGzfB0d9Zibr_OofjHBiMBnPlI#v=onepage&amp;amp;q=paul%20allison%20multicollinearity%20with%20logistic%20regression&amp;amp;f=false" title="https://books.google.com/books?hl=en&amp;amp;lr=&amp;amp;id=NF9kwF1lOF4C&amp;amp;oi=fnd&amp;amp;pg=PR3&amp;amp;dq=paul+allison+multicollinearity+with+logistic+regression&amp;amp;ots=zxuYlu2I2B&amp;amp;sig=gOGzfB0d9Zibr_OofjHBiMBnPlI#v=onepage&amp;amp;q=paul%20allison%20multicollinearity%20with%20logistic%20regression&amp;amp;f=false"&gt;https://books.google.com/books?hl=en&amp;amp;lr=&amp;amp;id=NF9kwF1lOF4C&amp;amp;oi=fnd&amp;amp;pg=PR3&amp;amp;dq=paul+allison+multicollinearity+with+logistic+regression&amp;amp;ots=zxuYlu2I2B&amp;amp;sig=gOGzfB0d9Zibr_OofjHBiMBnPlI#v=onepage&amp;amp;q=paul%20allison%20multicollinearity%20with%20logistic%20regression&amp;amp;f=false&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Aug 2015 12:53:35 GMT</pubDate>
    <dc:creator>dcruik</dc:creator>
    <dc:date>2015-08-11T12:53:35Z</dc:date>
    <item>
      <title>evidence for confounding in proc logistic</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/evidence-for-confounding-in-proc-logistic/m-p/195897#M48998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone have any resource on the estimates or process for looking for evidence for confounding in proc logistic? I know this is a stats question, but any leads/suggestions, resources would be helpful for interpreting the proc logistic output for confounders.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 19:29:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/evidence-for-confounding-in-proc-logistic/m-p/195897#M48998</guid>
      <dc:creator>dr2014</dc:creator>
      <dc:date>2015-08-10T19:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: evidence for confounding in proc logistic</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/evidence-for-confounding-in-proc-logistic/m-p/195898#M48999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PROC CORR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 19:41:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/evidence-for-confounding-in-proc-logistic/m-p/195898#M48999</guid>
      <dc:creator>PhilC</dc:creator>
      <dc:date>2015-08-10T19:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: evidence for confounding in proc logistic</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/evidence-for-confounding-in-proc-logistic/m-p/195899#M49000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have categorical variables. proc corr will tell me about the linear relationship between 2 numeric variables. I have already sorted out measures of association using&amp;nbsp; chisq.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 19:51:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/evidence-for-confounding-in-proc-logistic/m-p/195899#M49000</guid>
      <dc:creator>dr2014</dc:creator>
      <dc:date>2015-08-10T19:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: evidence for confounding in proc logistic</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/evidence-for-confounding-in-proc-logistic/m-p/195900#M49001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;right...&amp;nbsp; So logistic regressions do not use categorical variables either, so the categorical variables are converted to dummy variables...&amp;nbsp; I don't know something that can make this easy.&amp;nbsp; I must defer to another community member.&amp;nbsp; It would be great if you could make a dataset that contains the dummy variables created by PROC LOGISTIC. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 20:03:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/evidence-for-confounding-in-proc-logistic/m-p/195900#M49001</guid>
      <dc:creator>PhilC</dc:creator>
      <dc:date>2015-08-10T20:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: evidence for confounding in proc logistic</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/evidence-for-confounding-in-proc-logistic/m-p/195901#M49002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you are right. I did convert the categorical variables to dummy variables. let me see if I can get the dataset with the dummy variables...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 20:08:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/evidence-for-confounding-in-proc-logistic/m-p/195901#M49002</guid>
      <dc:creator>dr2014</dc:creator>
      <dc:date>2015-08-10T20:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: evidence for confounding in proc logistic</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/evidence-for-confounding-in-proc-logistic/m-p/195902#M49003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could convert your character variables to numeric with dummy variables, then take that data set and run a proc reg with a VIF options that will give you the multicollinearity diagnostics by providing you with variation inflation factors (vif).&amp;nbsp; Any parameter estimate with high variation will tell you that you may have some confounding issues.&amp;nbsp; Not sure if that's what you're looking for exactly, but just one idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 20:12:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/evidence-for-confounding-in-proc-logistic/m-p/195902#M49003</guid>
      <dc:creator>dcruik</dc:creator>
      <dc:date>2015-08-10T20:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: evidence for confounding in proc logistic</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/evidence-for-confounding-in-proc-logistic/m-p/195903#M49004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply @dcruik. I see what you mean @philc. Yes, that is part of what I am looking for. I did come across your idea on the internet but the process wasn't clear. So just to understand it better...this is my model for proc logistic regression...&lt;/P&gt;&lt;P&gt;proc logistic data=lr;&lt;/P&gt;&lt;P&gt;&amp;nbsp; class.....etc&lt;/P&gt;&lt;P&gt;model z= a b c d e f g h;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;g and h are control variables. Also, all the variables in the model are dummy variables.. Its still a numeric variable with a discrete outcome? So I run a proc reg only on the control&amp;nbsp; variables to i.e.&lt;/P&gt;&lt;P&gt;proc reg data=lr;&lt;/P&gt;&lt;P&gt; model z=&amp;nbsp; g h /vif;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;The reason I am asking is because I have already run chisq to look for significance of association for the other predictor variables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 20:42:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/evidence-for-confounding-in-proc-logistic/m-p/195903#M49004</guid>
      <dc:creator>dr2014</dc:creator>
      <dc:date>2015-08-10T20:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: evidence for confounding in proc logistic</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/evidence-for-confounding-in-proc-logistic/m-p/195904#M49005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would recommend checking out this book by Paul Allison that discusses Logistic Regression using SAS.&amp;nbsp; In Chapter 3.5, he discusses about Multicollinearity and checking the diagnostics using this proc reg with the vif option.&amp;nbsp; There's an example that he uses that could help bring to light the purpose of what you're trying to do, and how to apply it with your data.&amp;nbsp; Hope this can be a better reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://books.google.com/books?hl=en&amp;amp;lr=&amp;amp;id=NF9kwF1lOF4C&amp;amp;oi=fnd&amp;amp;pg=PR3&amp;amp;dq=paul+allison+multicollinearity+with+logistic+regression&amp;amp;ots=zxuYlu2I2B&amp;amp;sig=gOGzfB0d9Zibr_OofjHBiMBnPlI#v=onepage&amp;amp;q=paul%20allison%20multicollinearity%20with%20logistic%20regression&amp;amp;f=false" title="https://books.google.com/books?hl=en&amp;amp;lr=&amp;amp;id=NF9kwF1lOF4C&amp;amp;oi=fnd&amp;amp;pg=PR3&amp;amp;dq=paul+allison+multicollinearity+with+logistic+regression&amp;amp;ots=zxuYlu2I2B&amp;amp;sig=gOGzfB0d9Zibr_OofjHBiMBnPlI#v=onepage&amp;amp;q=paul%20allison%20multicollinearity%20with%20logistic%20regression&amp;amp;f=false"&gt;https://books.google.com/books?hl=en&amp;amp;lr=&amp;amp;id=NF9kwF1lOF4C&amp;amp;oi=fnd&amp;amp;pg=PR3&amp;amp;dq=paul+allison+multicollinearity+with+logistic+regression&amp;amp;ots=zxuYlu2I2B&amp;amp;sig=gOGzfB0d9Zibr_OofjHBiMBnPlI#v=onepage&amp;amp;q=paul%20allison%20multicollinearity%20with%20logistic%20regression&amp;amp;f=false&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 12:53:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/evidence-for-confounding-in-proc-logistic/m-p/195904#M49005</guid>
      <dc:creator>dcruik</dc:creator>
      <dc:date>2015-08-11T12:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: evidence for confounding in proc logistic</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/evidence-for-confounding-in-proc-logistic/m-p/195905#M49006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking at a correlation matrix is also advised by Gareth James, et al. "&lt;SPAN class="auto-style30"&gt;An &lt;/SPAN&gt;&lt;A href="http://www-bcf.usc.edu/~gareth/ISL/" title="http://www-bcf.usc.edu/~gareth/ISL/"&gt;Introduction to Statistical Learning&lt;/A&gt;".&amp;nbsp; Collinearity is discussed starting around page 113. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are going to use VIF or correlation matrices, you want to consider all of your independent variables.&amp;nbsp; The use of the word independence is meaningful because this confounding is typically because the independent variables are not truly independent of each other, yet true independence is an assumption that is assumed to be true when one performs any linear regression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 14:15:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/evidence-for-confounding-in-proc-logistic/m-p/195905#M49006</guid>
      <dc:creator>PhilC</dc:creator>
      <dc:date>2015-08-11T14:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: evidence for confounding in proc logistic</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/evidence-for-confounding-in-proc-logistic/m-p/195906#M49007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks @dcruik and @PhilC. I did realize I have to include all the independent variables in for the VIF. Just couldn't get back yesterday to add a comment The explanations make sense @PhilC. I wanted something very precise to help me in my decision. This helped a lot. I will refer to the books suggested,&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;D R.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 16:27:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/evidence-for-confounding-in-proc-logistic/m-p/195906#M49007</guid>
      <dc:creator>dr2014</dc:creator>
      <dc:date>2015-08-11T16:27:55Z</dc:date>
    </item>
  </channel>
</rss>

