<?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 Finding most influential predictors at the observation level in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Finding-most-influential-predictors-at-the-observation-level/m-p/272586#M14346</link>
    <description>&lt;P&gt;I am trying to figure out how to create SAS macro that would possibly loop run logistic regression model multiple times (full model, n-1 predictor models), save the individual probabilities to find out which influential predictors at the observation level&lt;/P&gt;</description>
    <pubDate>Tue, 24 May 2016 00:40:09 GMT</pubDate>
    <dc:creator>YR</dc:creator>
    <dc:date>2016-05-24T00:40:09Z</dc:date>
    <item>
      <title>Finding most influential predictors at the observation level</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Finding-most-influential-predictors-at-the-observation-level/m-p/272586#M14346</link>
      <description>&lt;P&gt;I am trying to figure out how to create SAS macro that would possibly loop run logistic regression model multiple times (full model, n-1 predictor models), save the individual probabilities to find out which influential predictors at the observation level&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 00:40:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Finding-most-influential-predictors-at-the-observation-level/m-p/272586#M14346</guid>
      <dc:creator>YR</dc:creator>
      <dc:date>2016-05-24T00:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Finding most influential predictors at the observation level</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Finding-most-influential-predictors-at-the-observation-level/m-p/272603#M14347</link>
      <description>&lt;P&gt;What part do you need help with?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to provide more detail of what you're looking for, specifically what you want to capture in each run.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, I'm about 75% sure this has been asked on here already and there's a full solution available, I think from Ksharp. I'm not in the mood to search though.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also search at Lexjansen.com which will have solutions for this as well.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 02:22:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Finding-most-influential-predictors-at-the-observation-level/m-p/272603#M14347</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-05-24T02:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Finding most influential predictors at the observation level</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Finding-most-influential-predictors-at-the-observation-level/m-p/272607#M14348</link>
      <description>&lt;P&gt;My question is two fold:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Am I wright with the assumption that if I run a full model, capturing predicited probabilities at the observation (e.g patient-level), then re-run the model by &amp;nbsp;removing one of the predictors at a time to evaluate their impact effect and again capture the predicted probabilities; and then compare the full vs interim model probabilites at the observation level I would find out the which predictors are the strongest in driving overall value?&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Is there SAS macro that automates the iterative process of running the models in the loop manner?&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Tue, 24 May 2016 02:44:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Finding-most-influential-predictors-at-the-observation-level/m-p/272607#M14348</guid>
      <dc:creator>YR</dc:creator>
      <dc:date>2016-05-24T02:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Finding most influential predictors at the observation level</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Finding-most-influential-predictors-at-the-observation-level/m-p/272608#M14349</link>
      <description>&lt;P&gt;1. I have no idea, someone else will be able to answer that &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I haven't heard of this method, but I tend to do more programming than statistics these days.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. No, there's no automated method for what you're looking for, however SAS does have several different&amp;nbsp;methods for determined the best model, ie stepwise, forward, backwards, score. See the documentation. Additionally PROC GLMSELECT can be used which supports futher model selection methods.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 02:49:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Finding-most-influential-predictors-at-the-observation-level/m-p/272608#M14349</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-05-24T02:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Finding most influential predictors at the observation level</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Finding-most-influential-predictors-at-the-observation-level/m-p/272610#M14350</link>
      <description>&lt;P&gt;I am not looking to build the best model. I have done that part already. Next step is to give the scored data back to the requester&amp;nbsp;so they can use it for the focused interventions. In addition to the predicted value (i.e. score), I would like to say &amp;nbsp;that customer XYZ's score is largely driven by &amp;nbsp;variable1, variable5, and variable10.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 03:20:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Finding-most-influential-predictors-at-the-observation-level/m-p/272610#M14350</guid>
      <dc:creator>YR</dc:creator>
      <dc:date>2016-05-24T03:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Finding most influential predictors at the observation level</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Finding-most-influential-predictors-at-the-observation-level/m-p/272734#M14366</link>
      <description>&lt;P&gt;Since the response is the probablility, wouldn't the standardized regression coefficients tell you the relative contributions of the IV's? &amp;nbsp;I say the standardized coefficients since the IV's may be measured on very different scales.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 13:41:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Finding-most-influential-predictors-at-the-observation-level/m-p/272734#M14366</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2016-05-24T13:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Finding most influential predictors at the observation level</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Finding-most-influential-predictors-at-the-observation-level/m-p/273682#M14404</link>
      <description>&lt;P&gt;How would you do it at the individual raw data level where you only have the predicted probabilities saved?&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2016 18:23:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Finding-most-influential-predictors-at-the-observation-level/m-p/273682#M14404</guid>
      <dc:creator>YR</dc:creator>
      <dc:date>2016-05-27T18:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Finding most influential predictors at the observation level</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Finding-most-influential-predictors-at-the-observation-level/m-p/274081#M14445</link>
      <description>&lt;P&gt;I'm afraid this doesn't make sense to me this morning. &amp;nbsp;Relative importance depends on the whole dataset. &amp;nbsp;Perhaps I am missing some key point in your question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 12:53:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Finding-most-influential-predictors-at-the-observation-level/m-p/274081#M14445</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2016-05-31T12:53:07Z</dc:date>
    </item>
  </channel>
</rss>

