<?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: Binomial regression model with genmod in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Binomial-regression-model-with-genmod/m-p/172260#M8948</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another general approach is to put the GENMOD results in an &lt;STRONG&gt;item store&lt;/STRONG&gt;, and then use PROC PLM for post-model-fit processing. The ESTIMATE statement in PLM allows for an ILINK option. This way you don't need to use a dummy variable for the intercept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc genmod data=x;&lt;/P&gt;&lt;P&gt;model Success/Attempts = / link=logit dist=binomial type1 type3;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;store results;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc plm &lt;STRONG&gt;restore=results&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;estimate 'intercept' int 1 / ilink;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Feb 2015 22:00:57 GMT</pubDate>
    <dc:creator>lvm</dc:creator>
    <dc:date>2015-02-19T22:00:57Z</dc:date>
    <item>
      <title>Binomial regression model with genmod</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Binomial-regression-model-with-genmod/m-p/172254#M8942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm attempting to run a binomial regression on a data set using the genmod function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am supposed to end up with an alpha hat (or intercept) value of .456, but I am getting a value of -.1761. However, the Pearson chi-square and scaled Pearson chi-square values (35.5) are correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to get the correct answer in R, but I must have something wrong in SAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;data x;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;input Game Success Attempts;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;cards;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp; 5&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; 2&amp;nbsp;&amp;nbsp; 5&amp;nbsp;&amp;nbsp; 11&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; 3&amp;nbsp;&amp;nbsp; 5&amp;nbsp;&amp;nbsp; 14&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; 4&amp;nbsp;&amp;nbsp; 5&amp;nbsp;&amp;nbsp; 12&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; 5&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp; 7&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; 6&amp;nbsp;&amp;nbsp; 7&amp;nbsp;&amp;nbsp; 10&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; 7&amp;nbsp;&amp;nbsp; 6&amp;nbsp;&amp;nbsp; 14&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; 8&amp;nbsp;&amp;nbsp; 9&amp;nbsp;&amp;nbsp; 15&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; 9&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp; 12&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;10&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; 4&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;11&amp;nbsp;&amp;nbsp; 13&amp;nbsp;&amp;nbsp; 27&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;12&amp;nbsp;&amp;nbsp; 5&amp;nbsp;&amp;nbsp; 17&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;13&amp;nbsp;&amp;nbsp; 6&amp;nbsp;&amp;nbsp; 12&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;14&amp;nbsp;&amp;nbsp; 9&amp;nbsp;&amp;nbsp; 9&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;15&amp;nbsp;&amp;nbsp; 7&amp;nbsp;&amp;nbsp; 12&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;16&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp; 10&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;17&amp;nbsp;&amp;nbsp; 8&amp;nbsp;&amp;nbsp; 12&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;18&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; 6&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;19&amp;nbsp;&amp;nbsp; 18&amp;nbsp;&amp;nbsp; 39&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;20&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp; 13&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;21&amp;nbsp;&amp;nbsp; 10&amp;nbsp;&amp;nbsp; 17&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;22&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; 6&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;23&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp; 12&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;run;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc genmod data=x;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;model Success/Attempts = /link=logit dist=binomial type1 type3;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;run&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 15:44:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Binomial-regression-model-with-genmod/m-p/172254#M8942</guid>
      <dc:creator>Andrew1</dc:creator>
      <dc:date>2015-02-17T15:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Binomial regression model with genmod</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Binomial-regression-model-with-genmod/m-p/172255#M8943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are getting the intercept on the logit link scale. The inverse link is&lt;BR /&gt;1/(1+exp(-(-0.1761))) = .456, the required answer.&lt;/P&gt;&lt;P&gt;I can get this directly by using GLIMMIX instead of GENMOD, with the ILINK option on an ESTIMATE statement.&lt;/P&gt;&lt;P&gt;proc glimmix data=x;&lt;/P&gt;&lt;P&gt;model Success/Attempts = / link=logit dist=binomial s ;&lt;/P&gt;&lt;P&gt;estimate 'intercept' int 1 / &lt;STRONG&gt;ilink&lt;/STRONG&gt; ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;This gives you the logit link intercept (-.1761), &lt;EM&gt;and&lt;/EM&gt; the inverse link (labeled mean; .456). However, the ILINK option is not valid in GENMOD. I don't use GENMOD a lot, but I am not aware of an easy way to get the inverse link with this procedure. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 17:30:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Binomial-regression-model-with-genmod/m-p/172255#M8943</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2015-02-17T17:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Binomial regression model with genmod</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Binomial-regression-model-with-genmod/m-p/172256#M8944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would&lt;/P&gt;&lt;P&gt;estimate 'Intercept' int 1 / EXP ;&lt;/P&gt;&lt;P&gt;provide the same information in GENMOD?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 16:31:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Binomial-regression-model-with-genmod/m-p/172256#M8944</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2015-02-19T16:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Binomial regression model with genmod</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Binomial-regression-model-with-genmod/m-p/172257#M8945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rick's approach works when one is using the log link. But the OP is using the logit link (which is the default and canonical link for the binomial). I am surprised that GENMOD does not have an ILINK option. I use is all the time with GLIMMIX. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 17:12:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Binomial-regression-model-with-genmod/m-p/172257#M8945</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2015-02-19T17:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Binomial regression model with genmod</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Binomial-regression-model-with-genmod/m-p/172258#M8946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now grasping for a straw, but would it make any sense to add a dummy variable, add the NOINT option, and&amp;nbsp; use the LSMESTIMATE statement, which supports the ILINK option???&lt;/P&gt;&lt;P&gt;data y;&lt;BR /&gt;set x;&lt;BR /&gt;dummy = 1;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc genmod data=y;&lt;BR /&gt;class dummy;&lt;BR /&gt;model Success/Attempts = dummy / NOINT link=logit dist=binomial type1 type3;&lt;BR /&gt;lsmestimate dummy "Intercept" 1 / ilink;&lt;BR /&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 19:08:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Binomial-regression-model-with-genmod/m-p/172258#M8946</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2015-02-19T19:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Binomial regression model with genmod</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Binomial-regression-model-with-genmod/m-p/172259#M8947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A nice trick by Rick to get the inverse link. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 21:01:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Binomial-regression-model-with-genmod/m-p/172259#M8947</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2015-02-19T21:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Binomial regression model with genmod</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Binomial-regression-model-with-genmod/m-p/172260#M8948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another general approach is to put the GENMOD results in an &lt;STRONG&gt;item store&lt;/STRONG&gt;, and then use PROC PLM for post-model-fit processing. The ESTIMATE statement in PLM allows for an ILINK option. This way you don't need to use a dummy variable for the intercept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc genmod data=x;&lt;/P&gt;&lt;P&gt;model Success/Attempts = / link=logit dist=binomial type1 type3;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;store results;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc plm &lt;STRONG&gt;restore=results&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;estimate 'intercept' int 1 / ilink;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 22:00:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Binomial-regression-model-with-genmod/m-p/172260#M8948</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2015-02-19T22:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Binomial regression model with genmod</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Binomial-regression-model-with-genmod/m-p/172261#M8949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I see it, Rick's approach by adding the line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;estimate 'Intercept' int 1 / EXP ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in proc genmod is the easiest way to get the estimate on the probability scale. It works both with log-link and log-link. Only difference is that the confidence interval is slightly difference. The other suggested solutions also works, but I see no reason to make it more complicated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2015 14:22:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Binomial-regression-model-with-genmod/m-p/172261#M8949</guid>
      <dc:creator>JacobSimonsen</dc:creator>
      <dc:date>2015-02-22T14:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Binomial regression model with genmod</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Binomial-regression-model-with-genmod/m-p/172262#M8950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jacob, You can only use the EXP option with the log link, &lt;STRONG&gt;not&lt;/STRONG&gt; with the logit link. If your probability is low (say, &amp;lt;0.10 or so), then the logit is approximately the same as the log. Thus, the EXP option may appear to work for both link functions. But you could get seriously wrong answers in general if you used this with the logit link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ADDITION (EDIT): Let me slightly correct myself. The EXP option does give the inverse link for a log, &lt;STRONG&gt;not&lt;/STRONG&gt; for a logit. Thus, as I wrote above, the output line for the EXP option would be misleading (wrong) if you used the logit link. However, I just realized that you get the correct inverse link if you just used:&lt;/P&gt;&lt;P&gt;estimate 'intercept' int 1 ;&lt;/P&gt;&lt;P&gt;That is, you get a second line of results with the correct inverse link just by using an estimate statement (without the EXP option). It happens automatically in GENMOD (unlike in GLIMMIX), so that is why there is no ILINK option. If you also add the EXP option, you get an additional line of (possibly) meaningless results if you are not using a log link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2015 15:11:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Binomial-regression-model-with-genmod/m-p/172262#M8950</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2015-02-22T15:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Binomial regression model with genmod</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Binomial-regression-model-with-genmod/m-p/172263#M8951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree that the EXP-option will not work with the logit-link. That was not what I meant. The estimate-statement automatically produce the correct estimate on probability scale.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the output when the log-link is used. The "Mean Estimate" gives the probability estimate, and also confidence intervals are produced (in bold). Almost same output if logit is used as link. &lt;/P&gt;&lt;P&gt;estimate 'intercept' intercept 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Mean&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;Mean&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;L'Beta&lt;/TD&gt;&lt;TD&gt;Standard&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;L'Beta&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;Chi-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt; Label&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;Estimate&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;Confidence Limits &lt;/TD&gt;&lt;TD&gt;Estimate&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;Error &lt;/TD&gt;&lt;TD&gt;Alpha&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;Confidence Limits &lt;/TD&gt;&lt;TD&gt;Square&lt;/TD&gt;&lt;TD&gt;Pr &amp;gt; ChiSq&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt; &lt;/TD&gt;&lt;TD&gt;intercept&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;0.4561&amp;nbsp; &lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;0.4027&lt;/STRONG&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;0.5165 &lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;-0.7851&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;0.0635&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;0.05 &lt;/TD&gt;&lt;TD&gt;-0.9095 &lt;/TD&gt;&lt;TD&gt;-0.6607&lt;/TD&gt;&lt;TD&gt;152.98&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2015 15:26:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Binomial-regression-model-with-genmod/m-p/172263#M8951</guid>
      <dc:creator>JacobSimonsen</dc:creator>
      <dc:date>2015-02-22T15:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Binomial regression model with genmod</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Binomial-regression-model-with-genmod/m-p/172264#M8952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our posts crossed in the ether. I just updated my earlier post (check it out) with the same information. As I wrote, and you correctly discovered, you automatically get the correct inverse link just by using an estimate statement (without an EXP option).&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2015 15:30:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Binomial-regression-model-with-genmod/m-p/172264#M8952</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2015-02-22T15:30:24Z</dc:date>
    </item>
  </channel>
</rss>

