<?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: Difference between GLM and Generalized Regression (binomial, logit) in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Difference-between-GLM-and-Generalized-Regression-binomial-logit/m-p/417143#M66622</link>
    <description>&lt;P&gt;Binomial generalized linear model with a logit link function is a logistic regression model for categorical response variables with 2 outcomes (e.g. sick/healthy, male/female, purchase/no purchase).&amp;nbsp; Nominal Logistic Regression usually refers to logistic regression with 3 or more levels of the categorical response variable (e.g favorite ice cream flavor: chocolate/vanilla/strawberry/other).&amp;nbsp; Is this what you were asking?&lt;/P&gt;</description>
    <pubDate>Fri, 10 Sep 2021 13:49:09 GMT</pubDate>
    <dc:creator>Tarek_Elnaccash</dc:creator>
    <dc:date>2021-09-10T13:49:09Z</dc:date>
    <item>
      <title>Difference between GLM and Generalized Regression (binomial, logit)</title>
      <link>https://community.jmp.com/t5/Discussions/Difference-between-GLM-and-Generalized-Regression-binomial-logit/m-p/258316#M50754</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I have analyzed the same data using 2 approaches in JMP.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1)&amp;nbsp;Generalized Linear Model, binomial, logit&lt;/P&gt;&lt;P&gt;2) Generalized Regression, binomial, logit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see the p-values are different. Can you elaborate please why?&lt;/P&gt;&lt;P&gt;How can I interpret these results having different p-values?&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="gustavjung_0-1586979920711.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/23125i83B42C2F315F0F54/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gustavjung_0-1586979920711.png" alt="gustavjung_0-1586979920711.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The initial dataset is:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gustavjung_0-1586980356772.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/23126iFE8B1AAE3871FD3F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gustavjung_0-1586980356772.png" alt="gustavjung_0-1586980356772.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 08:07:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Difference-between-GLM-and-Generalized-Regression-binomial-logit/m-p/258316#M50754</guid>
      <dc:creator>gustavjung</dc:creator>
      <dc:date>2020-04-16T08:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between GLM and Generalized Regression (binomial, logit)</title>
      <link>https://community.jmp.com/t5/Discussions/Difference-between-GLM-and-Generalized-Regression-binomial-logit/m-p/258376#M50765</link>
      <description>&lt;P&gt;The GLM model was fit using MLE. The Generalized Regression model was fit using LASSO. LASSO is a form of penalized regression. It uses L-1 norm for the penalty on the estimates for variable selection. Even if a variable is selected, the estimates are affected by the penalty. The differences that found are due to the penalty. It changes the estimate and the standard error of the estimate so the Wald Chi-square also changes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I &lt;EM&gt;think&lt;/EM&gt; that there might be a mistake in the way you set up the model. You need to supply both the successes and the failures for a binomial response. It appears that you only supplied the successes. Also, the number of observations is wrong. You have many more than 4 observations as demonstrated by the N Trials.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would correct this model as follows. Subtract Successes from N Trials to get Failures. Stack the Successes and Failures columns. Use the column with the counts in the Freq analysis role and the label column (Successes and Failures) as the response or Y role.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The two factors are categorical so make sure that they use the nominal modeling type. The data table looks like this now.&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="Screen Shot 2020-04-16 at 6.39.59 AM.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/23139i4F3109D165A65CC7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2020-04-16 at 6.39.59 AM.png" alt="Screen Shot 2020-04-16 at 6.39.59 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Select Analyze &amp;gt; Fit Model and fill out the launch dialog as follows:&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="Screen Shot 2020-04-16 at 6.41.01 AM.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/23140i7ABCF6C160576EC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2020-04-16 at 6.41.01 AM.png" alt="Screen Shot 2020-04-16 at 6.41.01 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I left the nominal logistic regression choice for the fitting personality but at this point you could select GenReg or GLM with the binomial distribution and the login link function.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 10:54:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Difference-between-GLM-and-Generalized-Regression-binomial-logit/m-p/258376#M50765</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2020-04-16T10:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between GLM and Generalized Regression (binomial, logit)</title>
      <link>https://community.jmp.com/t5/Discussions/Difference-between-GLM-and-Generalized-Regression-binomial-logit/m-p/393850#M64423</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/5358"&gt;@Mark_Bailey&lt;/a&gt;&amp;nbsp;Hi Mark! Can you also explain the difference to Binomial GLZ with the logit vs Just doing Nominal Logistic Regression. I understand the test the options provided are different but can you tell me why that is?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 20:03:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Difference-between-GLM-and-Generalized-Regression-binomial-logit/m-p/393850#M64423</guid>
      <dc:creator>rlw268</dc:creator>
      <dc:date>2021-06-16T20:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between GLM and Generalized Regression (binomial, logit)</title>
      <link>https://community.jmp.com/t5/Discussions/Difference-between-GLM-and-Generalized-Regression-binomial-logit/m-p/395768#M64644</link>
      <description>&lt;P&gt;I do not understand your questions.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 13:43:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Difference-between-GLM-and-Generalized-Regression-binomial-logit/m-p/395768#M64644</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2021-06-24T13:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between GLM and Generalized Regression (binomial, logit)</title>
      <link>https://community.jmp.com/t5/Discussions/Difference-between-GLM-and-Generalized-Regression-binomial-logit/m-p/417143#M66622</link>
      <description>&lt;P&gt;Binomial generalized linear model with a logit link function is a logistic regression model for categorical response variables with 2 outcomes (e.g. sick/healthy, male/female, purchase/no purchase).&amp;nbsp; Nominal Logistic Regression usually refers to logistic regression with 3 or more levels of the categorical response variable (e.g favorite ice cream flavor: chocolate/vanilla/strawberry/other).&amp;nbsp; Is this what you were asking?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 13:49:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Difference-between-GLM-and-Generalized-Regression-binomial-logit/m-p/417143#M66622</guid>
      <dc:creator>Tarek_Elnaccash</dc:creator>
      <dc:date>2021-09-10T13:49:09Z</dc:date>
    </item>
  </channel>
</rss>

