<?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: PROC GENMOD link option values for binomial distribution in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMOD-link-option-values-for-binomial-distribution/m-p/903803#M44837</link>
    <description>&lt;P&gt;Yes, using the log link you model the log of the event probability and then exponentiation of parameters can be used to estimate relative risks. But using the log link can result in estimation problems because the log link does not keep predicted values restricted to the valid probability range. However, you can also estimate relative risks using a logistic model followed by use of the NLMeans macro. These and other approaches are covered in &lt;A href="http://support.sas.com/kb/23/003.html" target="_self"&gt;this note&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 19 Nov 2023 16:28:53 GMT</pubDate>
    <dc:creator>StatDave</dc:creator>
    <dc:date>2023-11-19T16:28:53Z</dc:date>
    <item>
      <title>PROC GENMOD link option values for binomial distribution</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMOD-link-option-values-for-binomial-distribution/m-p/903796#M44836</link>
      <description>&lt;P&gt;Hi, everyone&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Recently I have been learning logistic regression. I know that PROC GENMOD could be used to do a logistic regression with the option link = logit. However, with the link = logit I can only get the odds ratio. I am more interested in the relative risk and what I found via Google is the same PROC GENMOD but with an option of link = log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, my question is: Does the PROC GENMOD still do a logistic regression with the option of link = log? If yes, what is the math behind it? If not, then what is the mathematical mode it uses? Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 19 Nov 2023 10:03:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMOD-link-option-values-for-binomial-distribution/m-p/903796#M44836</guid>
      <dc:creator>TomHsiung</dc:creator>
      <dc:date>2023-11-19T10:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GENMOD link option values for binomial distribution</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMOD-link-option-values-for-binomial-distribution/m-p/903803#M44837</link>
      <description>&lt;P&gt;Yes, using the log link you model the log of the event probability and then exponentiation of parameters can be used to estimate relative risks. But using the log link can result in estimation problems because the log link does not keep predicted values restricted to the valid probability range. However, you can also estimate relative risks using a logistic model followed by use of the NLMeans macro. These and other approaches are covered in &lt;A href="http://support.sas.com/kb/23/003.html" target="_self"&gt;this note&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Nov 2023 16:28:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMOD-link-option-values-for-binomial-distribution/m-p/903803#M44837</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2023-11-19T16:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GENMOD link option values for binomial distribution</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMOD-link-option-values-for-binomial-distribution/m-p/904089#M44841</link>
      <description>&lt;P&gt;And after some google later, I found the link = log is a model called "log-binomial regression" (&lt;A href="https://stats.stackexchange.com/questions/581678/what-is-the-difference-between-a-logistic-regression-and-log-binomial-regression" target="_self"&gt;https://stats.stackexchange.com/questions/581678/what-is-the-difference-between-a-logistic-regression-and-log-binomial-regression&lt;/A&gt;&amp;nbsp;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The thread says,&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Logistic regression always produces estimates of &lt;/SPAN&gt;&lt;SPAN class="math-container"&gt;&lt;SPAN class="MathJax" data-mathml="&amp;lt;math xmlns=&amp;quot;http://www.w3.org/1998/Math/MathML&amp;quot;&amp;gt;&amp;lt;msub&amp;gt;&amp;lt;mi&amp;gt;p&amp;lt;/mi&amp;gt;&amp;lt;mi&amp;gt;i&amp;lt;/mi&amp;gt;&amp;lt;/msub&amp;gt;&amp;lt;/math&amp;gt;"&gt;&lt;SPAN class="math"&gt;&lt;SPAN&gt;&lt;SPAN class="mrow"&gt;&lt;SPAN class="msubsup"&gt;&lt;SPAN class="mi"&gt;𝑝&lt;/SPAN&gt;&lt;SPAN class="mi"&gt;𝑖&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt; that are between 0 and 1. This is not true for log-binomial regression;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;I guess this is the reason why few people use the log-binomial regression to model their data because the risk of deriving a risk higher than 100%. Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 13:11:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMOD-link-option-values-for-binomial-distribution/m-p/904089#M44841</guid>
      <dc:creator>TomHsiung</dc:creator>
      <dc:date>2023-11-21T13:11:09Z</dc:date>
    </item>
  </channel>
</rss>

