<?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: Multinomial logistic regression with different driver variables in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Multinomial-logistic-regression-with-different-driver-variables/m-p/386723#M24916</link>
    <description>&lt;P&gt;If you are looking to understand and interpret the model that has been fit, I can't see one model giving good interpretability, because as you said, the drivers are different.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you just want a model that predicts well, but has low interpretability, then I can see one model working.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Aug 2017 17:32:02 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2017-08-09T17:32:02Z</dc:date>
    <item>
      <title>Multinomial logistic regression with different driver variables</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Multinomial-logistic-regression-with-different-driver-variables/m-p/386697#M24913</link>
      <description>&lt;P&gt;I am attempting to build a multinomial logistic model that predicts various states of a loan's performance (ie., Current, Past Due, Defaulted, Paid off).&amp;nbsp;Although proc logisitc would seem like a good candidate, the issue is that prepayment has very different drivers than default/delinquency. Even though I could use a variable selection procedure, it still selects undesired variables. Ideally, I would prefer to have different sets of variables for prepayment, while preserving the joint modeling. Is there a way to do this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any assistance you may provide.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 16:19:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Multinomial-logistic-regression-with-different-driver-variables/m-p/386697#M24913</guid>
      <dc:creator>mphrna1989</dc:creator>
      <dc:date>2017-08-09T16:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Multinomial logistic regression with different driver variables</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Multinomial-logistic-regression-with-different-driver-variables/m-p/386708#M24914</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;the issue is that prepayment has very different drivers than default/delinquency&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regardless of what you are modelling, or what modelling method you use, this sounds to me like a perfect and justifiable reason to use different models.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 16:55:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Multinomial-logistic-regression-with-different-driver-variables/m-p/386708#M24914</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-08-09T16:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multinomial logistic regression with different driver variables</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Multinomial-logistic-regression-with-different-driver-variables/m-p/386718#M24915</link>
      <description>&lt;P&gt;Thanks for the feedback. The advantage of modeling the events jointly is that I could account for the correlation between paying off and defaulting. Of particular concern is that one who is likely to payoff is extremely unlikely to default. To your point, I do currently model them separately, and I do certainly see the validity in that argument.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 17:14:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Multinomial-logistic-regression-with-different-driver-variables/m-p/386718#M24915</guid>
      <dc:creator>mphrna1989</dc:creator>
      <dc:date>2017-08-09T17:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Multinomial logistic regression with different driver variables</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Multinomial-logistic-regression-with-different-driver-variables/m-p/386723#M24916</link>
      <description>&lt;P&gt;If you are looking to understand and interpret the model that has been fit, I can't see one model giving good interpretability, because as you said, the drivers are different.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you just want a model that predicts well, but has low interpretability, then I can see one model working.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 17:32:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Multinomial-logistic-regression-with-different-driver-variables/m-p/386723#M24916</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-08-09T17:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Multinomial logistic regression with different driver variables</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Multinomial-logistic-regression-with-different-driver-variables/m-p/386767#M24918</link>
      <description>&lt;P&gt;I think you need to consider context here, which we don't have.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is pre-payment the one where a person has to pre-load a credit card with X amount and then borrows against it, or is it people who pre-pay their loans or pay higher amounts?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Depending on what you're trying to do, perhaps you can use a stratification approach (STRATA) for the loan type?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it's the first case, I would say they don't fit into regular loans because the bank has already identified them as high risk.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it's the second, I would lean to including that as a factor/categorical variable in the model.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 18:59:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Multinomial-logistic-regression-with-different-driver-variables/m-p/386767#M24918</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-08-09T18:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Multinomial logistic regression with different driver variables</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Multinomial-logistic-regression-with-different-driver-variables/m-p/386771#M24919</link>
      <description>&lt;P&gt;Prepayment is when a borrower pays off their loan. The primary driver here would be their cost savings (ie., refinancing and getting a lower rate). So, essentially, a loan can terminate by prepaying or defaulting. Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 19:13:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Multinomial-logistic-regression-with-different-driver-variables/m-p/386771#M24919</guid>
      <dc:creator>mphrna1989</dc:creator>
      <dc:date>2017-08-09T19:13:32Z</dc:date>
    </item>
  </channel>
</rss>

