<?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 to do regression on multiple correlated binary dependent variables in SAS? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-regression-on-multiple-correlated-binary-dependent/m-p/442345#M23270</link>
    <description>&lt;P&gt;I'll stick with my original answer. Once you require different X variables in the models for Y1, Y2 and Y3, I don't see how you can make this one single model, it becomes 3 models.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Mar 2018 13:41:20 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2018-03-05T13:41:20Z</dc:date>
    <item>
      <title>How to do regression on multiple correlated binary dependent variables in SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-regression-on-multiple-correlated-binary-dependent/m-p/442155#M23265</link>
      <description>&lt;P&gt;Dear Experts,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question on how to do a regression on correlated multiple binary dependent variables.&amp;nbsp; I know that SAS proc qlim can do bivariate probit model, but I can't find similar function that can work on &amp;gt;=3 binary variables.&amp;nbsp; &amp;nbsp;I search for "multivariate probit" but the search result of proc MDC,&amp;nbsp; But I think&amp;nbsp;MDC works for choosing one of several options and the choice is mutual exclusive for one subject thus it doesn't work for my condition.&amp;nbsp; I type some numbers below as an example of my data and looking forward to hearing from experts' response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dependent variables:&amp;nbsp; Y1, Y2 and Y3&amp;nbsp; -- all binary variables;&amp;nbsp; and they are correlated&lt;/P&gt;&lt;P&gt;X1 -- X101&amp;nbsp; -- independent variables, can be either continuous or discrete;&amp;nbsp; each Y may corresponds to different combination of X, for example, X1, X3, X10 etc. are in Y1 equation, X2, X8, X100 etc. are in Y2 equation and X3, X7, X52 etc. are in Y3 equation&lt;/P&gt;&lt;P&gt;In total I have 10,000 observations.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Y1&amp;nbsp; Y2&amp;nbsp; Y3&amp;nbsp; &amp;nbsp;X1&amp;nbsp; X2&amp;nbsp; X3 ....... X100 X101&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; &amp;nbsp;10&amp;nbsp; &amp;nbsp;11&amp;nbsp; &amp;nbsp;0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 21&amp;nbsp; &amp;nbsp; &amp;nbsp; 32&lt;/P&gt;&lt;P&gt;0&amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; &amp;nbsp;0&amp;nbsp; &amp;nbsp; &amp;nbsp;9&amp;nbsp; &amp;nbsp;7&amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 11&amp;nbsp; &amp;nbsp; &amp;nbsp; 23&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp;7&amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;13&amp;nbsp; &amp;nbsp; &amp;nbsp;27&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Mar 2018 17:31:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-regression-on-multiple-correlated-binary-dependent/m-p/442155#M23265</guid>
      <dc:creator>SASuser2018</dc:creator>
      <dc:date>2018-03-04T17:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to do regression on multiple correlated binary dependent variables in SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-regression-on-multiple-correlated-binary-dependent/m-p/442162#M23267</link>
      <description>&lt;P&gt;I am not really understanding your problem. It sounds like you want one model fit which will be appropriate for all 3 Y variables and also takes into account the correlation between the Y variable ... but then you say:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;each Y may corresponds to different combination of X, for example, X1, X3, X10 etc. are in Y1 equation, X2, X8, X100 etc. are in Y2 equation and X3, X7, X52 etc. are in Y3 equation&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I understand what you are saying, this is no longer a single model. This is three separate model fits, which you can do using PROC LOGISTIC.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Mar 2018 19:41:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-regression-on-multiple-correlated-binary-dependent/m-p/442162#M23267</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-03-04T19:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to do regression on multiple correlated binary dependent variables in SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-regression-on-multiple-correlated-binary-dependent/m-p/442200#M23269</link>
      <description>&lt;P&gt;Perhaps I didn't explain my problem clearly.&amp;nbsp; Sorry about the confusion.&amp;nbsp; What I want is one model for 3 Ys, all 3 Ys are binary, and the error terms are correlated.&amp;nbsp; And, the independent variables in the 3 equations are not the same.&amp;nbsp; the model could be described as follow:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Y1 = X1B1 + e1;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Y2 = X2*B2 +e2;&lt;/P&gt;&lt;P&gt;Y3=X3*B3+e3;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and (e1,e2,e3|x) ~ N((0,0,0), (1,rho12, rho13,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rho12, 1, rho23&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rho13, rho23, 1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, I want to use a similar function as proc qlim (for 2 binary outcomes), but I want to work for at least 3 binary outcomes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Mar 2018 23:44:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-regression-on-multiple-correlated-binary-dependent/m-p/442200#M23269</guid>
      <dc:creator>SASuser2018</dc:creator>
      <dc:date>2018-03-04T23:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to do regression on multiple correlated binary dependent variables in SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-regression-on-multiple-correlated-binary-dependent/m-p/442345#M23270</link>
      <description>&lt;P&gt;I'll stick with my original answer. Once you require different X variables in the models for Y1, Y2 and Y3, I don't see how you can make this one single model, it becomes 3 models.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 13:41:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-regression-on-multiple-correlated-binary-dependent/m-p/442345#M23270</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-03-05T13:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to do regression on multiple correlated binary dependent variables in SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-regression-on-multiple-correlated-binary-dependent/m-p/442405#M23272</link>
      <description>&lt;P&gt;See the Frequently-Asked for Statistics link in the Important Links list on the right of the SAS Statistical Procedures Community page. In that list you will find a "Multivariate logit model" link to a SAS note that describes many available types of logistic models, including the multivariate model (mentioned near the end). Note that errors for logit models are not normally distributed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 16:07:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-regression-on-multiple-correlated-binary-dependent/m-p/442405#M23272</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2018-03-05T16:07:14Z</dc:date>
    </item>
  </channel>
</rss>

