<?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: Interpreting 'Predicted' in Proc Logistic -- What's your take? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Interpreting-Predicted-in-Proc-Logistic-What-s-your-take/m-p/801597#M315479</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;, well, that there are other statistical tools available that can help solve the problem is hugely encouraging.&amp;nbsp; Absolutely for sure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Presently, however, I'm attempting to gain &lt;STRONG&gt;something&lt;/STRONG&gt; from Proc Logistic.&amp;nbsp; Like, &lt;STRONG&gt;anything&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When it becomes totally apparent that Proc Logistic is a bust, then I'll move on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Mar 2022 05:59:03 GMT</pubDate>
    <dc:creator>NKormanik</dc:creator>
    <dc:date>2022-03-11T05:59:03Z</dc:date>
    <item>
      <title>Interpreting 'Predicted' in Proc Logistic -- What's your take?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Interpreting-Predicted-in-Proc-Logistic-What-s-your-take/m-p/801551#M315454</link>
      <description>&lt;P&gt;Today's question is about interpreting.&amp;nbsp; Please see the following table:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Predicted" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/69382iC51345CAAB24D19A/image-size/large?v=v2&amp;amp;px=999" role="button" title="predicted.png" alt="Predicted" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Predicted&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This table was created by Proc Logistic.&amp;nbsp; Model is to predict i_50505_Z.&amp;nbsp; There are around 100 independent variables (not shown).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The 'Probability' has to do with 'Odds Ratio' -- the odds of arriving at&amp;nbsp;i_50505_Z = 1, versus&amp;nbsp;i_50505_Z = 0.&amp;nbsp; The column is sorted with highest Probability at top.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I find this table to be fascinating, if I'm interpreting it correctly.&amp;nbsp; It 'scores' every single observation in the entire dataset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Looking across the independent variables, IFF a particular variable is found to be 'significant' (from other not shown tables), and the Probability is shown to be high, the value for that independent variable observation is the best to choose for arriving at the desired dependent variable target.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;You're targeting&amp;nbsp;i_50505_Z to be in the top 10% (i.e.,&amp;nbsp;i_50505_Z = 1).&amp;nbsp; Probability is 0.922 for a particular observation.&amp;nbsp; Independent variable X1 (p&amp;lt;.001) for that observation is (say) 4.7.&amp;nbsp; Then X1=4.7 is a pretty darn good guess for arriving at your objective.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In other words, given a circumstance where you see X1=4.7 you are highly likely to find high values of&amp;nbsp;i_50505_Z.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Discovering this is the precise purpose of the statistical analysis.&amp;nbsp; If the program can't do it, ask for a refund.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please share your thoughts and clarifications.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nicholas Kormanik&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;p.s. -- a side issue.&amp;nbsp; Notice that in the&amp;nbsp;i_50505_Z column is 0.39.&amp;nbsp; Such value is certainly not among the top.&amp;nbsp; Really curious how that got to be included.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 06:09:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Interpreting-Predicted-in-Proc-Logistic-What-s-your-take/m-p/801551#M315454</guid>
      <dc:creator>NKormanik</dc:creator>
      <dc:date>2022-03-11T06:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting 'Predicted' in Proc Logistic -- What's your take?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Interpreting-Predicted-in-Proc-Logistic-What-s-your-take/m-p/801554#M315455</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;Looking across the independent variables, IFF a particular variable is found to be 'significant' (from other not shown tables), and the Probability is shown to be high, the value for that independent variable observation is the best to choose for arriving at the desired dependent variable target.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think this is way off the mark. Probabilities shown refer to how the model "scores" (or predicts) a single observation, using all independent variables. It doesn't tell you anything about what variables are most predictive or what variables are most significant (which is not the same as most predictive), because each independent variable has an effect on the predictions of ALL observations. Probabilities tell you nothing about variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;There are around 100 independent variables (not shown).&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Generally not a good thing to put 100 independent variables into a Logistic regression model. This produces problems caused by multi-collinearity between the independent variables (in other words, the independent variables are correlated with each other) and this will cause the regression coefficients can have huge variances (meaning the model can be quite unstable) and even have the wrong sign. There's plenty of reading on the internet about multi-collinearity.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 00:27:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Interpreting-Predicted-in-Proc-Logistic-What-s-your-take/m-p/801554#M315455</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-03-11T00:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting 'Predicted' in Proc Logistic -- What's your take?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Interpreting-Predicted-in-Proc-Logistic-What-s-your-take/m-p/801564#M315457</link>
      <description>&lt;P&gt;I concur with&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would suggest using a random forest if you want to make those types of statements, logistic regression doesn't really provide that type of interpretation easily.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 01:17:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Interpreting-Predicted-in-Proc-Logistic-What-s-your-take/m-p/801564#M315457</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-03-11T01:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting 'Predicted' in Proc Logistic -- What's your take?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Interpreting-Predicted-in-Proc-Logistic-What-s-your-take/m-p/801583#M315467</link>
      <description>&lt;P&gt;This is a post-factual table that scores the observations according to the specified model. There is no differential treatment of observations before standard interrogation that follows a set of rules prescribed by the model. The observation with 92% correctness of prediction had to satisfy the criteria of many of the 100 predictors, not just X1. About seemingly out-of-place value 0.39, values do not have to be in order of magnitude, the probability depends on their circumstances.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 03:22:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Interpreting-Predicted-in-Proc-Logistic-What-s-your-take/m-p/801583#M315467</guid>
      <dc:creator>pink_poodle</dc:creator>
      <dc:date>2022-03-11T03:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting 'Predicted' in Proc Logistic -- What's your take?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Interpreting-Predicted-in-Proc-Logistic-What-s-your-take/m-p/801596#M315478</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;.&amp;nbsp; Well, then, given the information in the table at top, particularly Probability, how might one use this information?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The challenge is:&amp;nbsp; We seek a high Y outcome, we have Xi - Xn, how can the table above help us achieve our objective?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(note:&amp;nbsp; Multicollinearity is supposed to be less of a problem with Logistic Regression, than it is with Linear Regression.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 05:53:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Interpreting-Predicted-in-Proc-Logistic-What-s-your-take/m-p/801596#M315478</guid>
      <dc:creator>NKormanik</dc:creator>
      <dc:date>2022-03-11T05:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting 'Predicted' in Proc Logistic -- What's your take?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Interpreting-Predicted-in-Proc-Logistic-What-s-your-take/m-p/801597#M315479</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;, well, that there are other statistical tools available that can help solve the problem is hugely encouraging.&amp;nbsp; Absolutely for sure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Presently, however, I'm attempting to gain &lt;STRONG&gt;something&lt;/STRONG&gt; from Proc Logistic.&amp;nbsp; Like, &lt;STRONG&gt;anything&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When it becomes totally apparent that Proc Logistic is a bust, then I'll move on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 05:59:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Interpreting-Predicted-in-Proc-Logistic-What-s-your-take/m-p/801597#M315479</guid>
      <dc:creator>NKormanik</dc:creator>
      <dc:date>2022-03-11T05:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting 'Predicted' in Proc Logistic -- What's your take?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Interpreting-Predicted-in-Proc-Logistic-What-s-your-take/m-p/801600#M315482</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/235176"&gt;@pink_poodle&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;The observation with 92% correctness of prediction had to satisfy the criteria of many of the 100 predictors, not just X1.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I'm interpreting that single observation to be golden -- like a nugget of solid gold among the rock rubble.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;True, not only X1 to take note of, but all the 'significant' variables Proc Logistic has come up with.&amp;nbsp; Say:&amp;nbsp; X1, X7, X33, X49, X81.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Those all make up the &lt;STRONG&gt;Super Team&lt;/STRONG&gt;.&amp;nbsp; Take extra special note of 'em.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When those babies line up, you're pretty safe to bet big.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 06:30:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Interpreting-Predicted-in-Proc-Logistic-What-s-your-take/m-p/801600#M315482</guid>
      <dc:creator>NKormanik</dc:creator>
      <dc:date>2022-03-11T06:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting 'Predicted' in Proc Logistic -- What's your take?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Interpreting-Predicted-in-Proc-Logistic-What-s-your-take/m-p/801649#M315508</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/22691"&gt;@NKormanik&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Well, then, given the information in the table at top, particularly Probability, how might one use this information?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The challenge is:&amp;nbsp; We seek a high Y outcome, we have Xi - Xn, how can the table above help us achieve our objective?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;How can we answer these questions? We don't know what your objective is. What does "high Y outcome" mean? Is it highest predicted value?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;(note:&amp;nbsp; Multicollinearity is supposed to be less of a problem with Logistic Regression, than it is with Linear Regression.)&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I disagree. I have seen logistic regression report signs on the coefficients that are opposite what a univariate regression would show.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 13:12:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Interpreting-Predicted-in-Proc-Logistic-What-s-your-take/m-p/801649#M315508</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-03-11T13:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting 'Predicted' in Proc Logistic -- What's your take?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Interpreting-Predicted-in-Proc-Logistic-What-s-your-take/m-p/801707#M315531</link>
      <description>IMO it isn't common to focus on the scoring output very much. Instead, you typically look at the parameter estimates to see which ones affect your outcome the most - typically using odds ratio plots.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2015/07/29/or-plots-log-scale.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2015/07/29/or-plots-log-scale.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I'd probably recommend starting there, and then pruning your model by removing variables that are not significant or don't seem to have much of an impact (significance and effect size are different things). Then you can make rules such as : if X2, X3, X4 are high this person is likely to be in the high performing group.</description>
      <pubDate>Fri, 11 Mar 2022 17:04:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Interpreting-Predicted-in-Proc-Logistic-What-s-your-take/m-p/801707#M315531</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-03-11T17:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting 'Predicted' in Proc Logistic -- What's your take?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Interpreting-Predicted-in-Proc-Logistic-What-s-your-take/m-p/801794#M315581</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;make rules such as : if X2, X3, X4 are high this person is likely to be in the high performing group.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Precisely.&amp;nbsp; That's what I've been trying to do.&amp;nbsp; Stepwise regression is supposed to eliminate the variables that are not meaningful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2022 09:21:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Interpreting-Predicted-in-Proc-Logistic-What-s-your-take/m-p/801794#M315581</guid>
      <dc:creator>NKormanik</dc:creator>
      <dc:date>2022-03-12T09:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting 'Predicted' in Proc Logistic -- What's your take?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Interpreting-Predicted-in-Proc-Logistic-What-s-your-take/m-p/801795#M315582</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hate it when the procedure outputs disagree.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm certain my datasets would violate every caution and assumption OLS requires.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Quite likely Logistic will end up a bust as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is, unless you and others can shed some light.....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2022 09:32:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Interpreting-Predicted-in-Proc-Logistic-What-s-your-take/m-p/801795#M315582</guid>
      <dc:creator>NKormanik</dc:creator>
      <dc:date>2022-03-12T09:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting 'Predicted' in Proc Logistic -- What's your take?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Interpreting-Predicted-in-Proc-Logistic-What-s-your-take/m-p/801800#M315586</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/22691"&gt;@NKormanik&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hate it when the procedure outputs disagree.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm certain my datasets would violate every caution and assumption OLS requires.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Quite likely Logistic will end up a bust as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is, unless you and others can shed some light.....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Unknown what you mean by any of the above.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know what you mean by "procedure outputs disagree". Be specific&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know what assumptions are violated. Be specific.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Logistic regression predicts log odds ratios. You haven't really stated the goal of this modeling effort. Do you want to determine which variables are important? Do you want to determine which observations have high (or low) predicted probabilities? Both? Neither? Something else? How do you want to use this logistic regression?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But you want us to "shed some light", without you first clearly stating your goal, what it means. I can't do that.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2022 10:53:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Interpreting-Predicted-in-Proc-Logistic-What-s-your-take/m-p/801800#M315586</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-03-12T10:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting 'Predicted' in Proc Logistic -- What's your take?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Interpreting-Predicted-in-Proc-Logistic-What-s-your-take/m-p/801824#M315596</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/22691"&gt;@NKormanik&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;make rules such as : if X2, X3, X4 are high this person is likely to be in the high performing group.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Precisely.&amp;nbsp; That's what I've been trying to do.&amp;nbsp; Stepwise regression is supposed to eliminate the variables that are not meaningful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Then you need to look at &lt;STRONG&gt;the parameter estimates and the odds ratio&lt;/STRONG&gt;, not the output you're currently examining.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2022 16:34:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Interpreting-Predicted-in-Proc-Logistic-What-s-your-take/m-p/801824#M315596</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-03-12T16:34:21Z</dc:date>
    </item>
  </channel>
</rss>

