<?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 Backtransform link=logit in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Backtransform-link-logit/m-p/701356#M33845</link>
    <description>&lt;P&gt;&lt;SPAN&gt;How would you back transform values that were a result of dist=beta link=logit?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ods graphics on;&lt;BR /&gt;proc glimmix data=nocheck method=laplace plots=studentpanel; by site;&lt;BR /&gt;  class site trt rep;&lt;BR /&gt;  model d3 = trt / dist=beta link=logit;&lt;BR /&gt; random intercept / subject=rep;&lt;BR /&gt; store equirate;&lt;BR /&gt;run;&lt;BR /&gt;ods graphics off;&lt;/PRE&gt;</description>
    <pubDate>Tue, 24 Nov 2020 20:36:24 GMT</pubDate>
    <dc:creator>mthorne</dc:creator>
    <dc:date>2020-11-24T20:36:24Z</dc:date>
    <item>
      <title>Backtransform link=logit</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Backtransform-link-logit/m-p/701356#M33845</link>
      <description>&lt;P&gt;&lt;SPAN&gt;How would you back transform values that were a result of dist=beta link=logit?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ods graphics on;&lt;BR /&gt;proc glimmix data=nocheck method=laplace plots=studentpanel; by site;&lt;BR /&gt;  class site trt rep;&lt;BR /&gt;  model d3 = trt / dist=beta link=logit;&lt;BR /&gt; random intercept / subject=rep;&lt;BR /&gt; store equirate;&lt;BR /&gt;run;&lt;BR /&gt;ods graphics off;&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 Nov 2020 20:36:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Backtransform-link-logit/m-p/701356#M33845</guid>
      <dc:creator>mthorne</dc:creator>
      <dc:date>2020-11-24T20:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Backtransform link=logit</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Backtransform-link-logit/m-p/701389#M33847</link>
      <description>&lt;P&gt;You might specify which values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Depending there are places where there are options like ILINK that computes items in terms of the data and not the link function.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2020 22:36:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Backtransform-link-logit/m-p/701389#M33847</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-11-24T22:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Backtransform link=logit</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Backtransform-link-logit/m-p/701486#M33854</link>
      <description>&lt;P&gt;There are two scales for predictions in generalized linear models: the data scale and the linear scale. The ILINK function tells you how to transform betwen the scales.&lt;/P&gt;
&lt;P&gt;If you use the LOGIT function for the link, then the inverse-link function is the LOGISTIC function. For details and further discussion, see &lt;A href="https://blogs.sas.com/content/iml/2019/11/20/predicted-values-generalized-linear-models-ilink-sas.html" target="_self"&gt;"Predicted values in generalized linear models: The ILINK option in SAS."&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 11:43:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Backtransform-link-logit/m-p/701486#M33854</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-11-25T11:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Backtransform link=logit</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Backtransform-link-logit/m-p/701601#M33861</link>
      <description>&lt;P&gt;Thanks for the link to the document on Ilink options!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, according to the document, the inverse of the logit is described as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The inverse of the logit function is called the logistic function:&lt;/SPAN&gt;&lt;BR /&gt;&lt;EM&gt;g&lt;/EM&gt;-1&lt;SPAN&gt;(η) = logistic(η) = 1 / (1 + exp(-η))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, using this, to back transform the estimate in Excel, I would use the following equation?:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=1/((1+EXP(-estimate)))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This seems to make sense as the back transformed values are very similar to the raw means.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 17:15:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Backtransform-link-logit/m-p/701601#M33861</guid>
      <dc:creator>mthorne</dc:creator>
      <dc:date>2020-11-25T17:15:04Z</dc:date>
    </item>
  </channel>
</rss>

