<?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: logistic regression in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/logistic-regression/m-p/751959#M93329</link>
    <description>&lt;P&gt;tanx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 03 May 2024 15:00:34 GMT</pubDate>
    <dc:creator>maryam_nourmand</dc:creator>
    <dc:date>2024-05-03T15:00:34Z</dc:date>
    <item>
      <title>logistic regression</title>
      <link>https://community.jmp.com/t5/Discussions/logistic-regression/m-p/751514#M93259</link>
      <description>&lt;P&gt;hello.&lt;BR /&gt;my question is how can I calculate the probability of each data sample belonging to a specific class in logistic regression?&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 08:34:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/logistic-regression/m-p/751514#M93259</guid>
      <dc:creator>maryam_nourmand</dc:creator>
      <dc:date>2024-05-02T08:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: logistic regression</title>
      <link>https://community.jmp.com/t5/Discussions/logistic-regression/m-p/751530#M93260</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/56938"&gt;@maryam_nourmand&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Welcome in the Community !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're using Logistic Regression, you have the possibility to save probability formulas for your classes :&amp;nbsp;&lt;A href="https://www.jmp.com/support/help/en/17.2/#page/jmp/logistic-platform-options.shtml" target="_blank" rel="noopener"&gt;Logistic Platform Options (jmp.com)&lt;/A&gt;&lt;BR /&gt;Simply click on red triangle, and then on "Save Probability Formula" :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_0-1714640898693.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63875i98300D0EFE3846FC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_0-1714640898693.png" alt="Victor_G_0-1714640898693.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;New columns will be added in your datatable, with probabilities for each class for every rows of your datatable, as well as Most Likely Class (default threshold is 0.5) :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_1-1714640998047.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63876i56630F85AEBCA958/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_1-1714640998047.png" alt="Victor_G_1-1714640998047.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Example here is from Titanic Passengers dataset, available in menu "Help", "Sample Index", "Exploratory Modeling", Titanic Passengers.&lt;/P&gt;
&lt;P&gt;I hope this will answer your question,&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 09:12:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/logistic-regression/m-p/751530#M93260</guid>
      <dc:creator>Victor_G</dc:creator>
      <dc:date>2024-05-02T09:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: logistic regression</title>
      <link>https://community.jmp.com/t5/Discussions/logistic-regression/m-p/751531#M93261</link>
      <description>&lt;P&gt;Run your model (&lt;A href="https://www.jmp.com/support/help/en/18.0/#page/jmp/logistic-regression-models.shtml#" target="_blank"&gt;https://www.jmp.com/support/help/en/18.0/#page/jmp/logistic-regression-models.shtml#&lt;/A&gt;) and then save the probability formula to your table&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1714641071250.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63878iB64A163983AA60F0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1714641071250.png" alt="jthi_0-1714641071250.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 09:12:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/logistic-regression/m-p/751531#M93261</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-05-02T09:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: logistic regression</title>
      <link>https://community.jmp.com/t5/Discussions/logistic-regression/m-p/751574#M93268</link>
      <description>&lt;P&gt;I would add two things to Victor and jthi's responses.&amp;nbsp; First, when you save the probability formula, the way in which the probabilities are calculated from the log of the odds can be seen by the formulas in those probability columns.&amp;nbsp; This is the link between the response variable, which is actually the log of the odds rather than the discrete response variable, and the estimated probabilities.&amp;nbsp; Second, the "most likely" prediction is based on which probability is greater - in other words, it uses a 50% probability cutoff for making predictions.&amp;nbsp; That is rarely the best cutoff in application, particularly because the costs associated with false positive and false negative predictions are rarely symmetric.&amp;nbsp; When you run the logistic regression, you can find "Decision Threshold" under the red arrow which allows you to explore different probability cutoffs and the resulting classifications.&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 11:07:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/logistic-regression/m-p/751574#M93268</guid>
      <dc:creator>dlehman1</dc:creator>
      <dc:date>2024-05-02T11:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: logistic regression</title>
      <link>https://community.jmp.com/t5/Discussions/logistic-regression/m-p/751949#M93324</link>
      <description>&lt;P&gt;tanx for your responding.&lt;BR /&gt;if i want use robust logistic regression what should i do?&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 13:13:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/logistic-regression/m-p/751949#M93324</guid>
      <dc:creator>maryam_nourmand</dc:creator>
      <dc:date>2024-05-03T13:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: logistic regression</title>
      <link>https://community.jmp.com/t5/Discussions/logistic-regression/m-p/751954#M93326</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/56938"&gt;@maryam_nourmand&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What do you mean by "robust" logistic regression ?&lt;/P&gt;
&lt;P&gt;In JMP Pro, you have several penalized estimation methods for the Generalized logistic regression : Lasso, Ridge, Elastic Net ... :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_0-1714743614013.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63920i6D5E3880DFC99F26/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_0-1714743614013.png" alt="Victor_G_0-1714743614013.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it what you're looking for ?&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 13:53:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/logistic-regression/m-p/751954#M93326</guid>
      <dc:creator>Victor_G</dc:creator>
      <dc:date>2024-05-03T13:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: logistic regression</title>
      <link>https://community.jmp.com/t5/Discussions/logistic-regression/m-p/751957#M93327</link>
      <description>&lt;P&gt;in&amp;nbsp;Nominal Logistic Fit part , i couldnt find any method for estimate parameters..&lt;BR /&gt;my intention with robustness is to ensure that the estimation of logistic regression model parameters is not influenced by outliers&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 14:03:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/logistic-regression/m-p/751957#M93327</guid>
      <dc:creator>maryam_nourmand</dc:creator>
      <dc:date>2024-05-03T14:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: logistic regression</title>
      <link>https://community.jmp.com/t5/Discussions/logistic-regression/m-p/751958#M93328</link>
      <description>&lt;P&gt;I think the&amp;nbsp;&lt;A href="https://www.jmp.com/support/help/en/17.2/#page/jmp/response-screening.shtml#" target="_blank"&gt;Response Screening (jmp.com)&lt;/A&gt;&amp;nbsp;platform might be what you're looking for ?&lt;/P&gt;
&lt;P&gt;It enables to&amp;nbsp;&lt;SPAN&gt;reduce the sensitivity of tests to outliers.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 14:20:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/logistic-regression/m-p/751958#M93328</guid>
      <dc:creator>Victor_G</dc:creator>
      <dc:date>2024-05-03T14:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: logistic regression</title>
      <link>https://community.jmp.com/t5/Discussions/logistic-regression/m-p/751959#M93329</link>
      <description>&lt;P&gt;tanx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 15:00:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/logistic-regression/m-p/751959#M93329</guid>
      <dc:creator>maryam_nourmand</dc:creator>
      <dc:date>2024-05-03T15:00:34Z</dc:date>
    </item>
  </channel>
</rss>

