<?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 PROC MIXED - Confidence interval and p-value for geometric ratio of log10 transformed outcome in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-Confidence-interval-and-p-value-for-geometric-ratio/m-p/826593#M40942</link>
    <description>&lt;P&gt;I am running MMRM on log10 transformed outcome. There is some medical reasoning for log10 transformation instead of natural log. I would like to model using SAS PROC MIXED. To get geometric mean and geometric ratio, I would need to reverse the transformation. I understand that direct reverse transformation gives median instead of the expected value (&lt;A href="https://communities.sas.com/t5/Statistical-Procedures/Non-normal-data-PROC-GLIMMIX/td-p/198945" target="_blank" rel="noopener"&gt;Solved: Non-normal data; PROC GLIMMIX - SAS Support Communities&lt;/A&gt;). How should I go about this? I would like to get GMR of treatment versus control at a specific time point.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc mixed data=final2;&lt;BR /&gt;class id trt avisit;&lt;BR /&gt;model log10aval=trt avisit log10base trtp*avisit / S;&lt;BR /&gt;repeated avisit / subject=id type= UN R;&lt;BR /&gt;LSMEANS trt*avisit / PDIFF CL;&lt;BR /&gt;estimate "Visit 9 - Week 52" trt 1 -1 trt*avisit 0 0 0 0 1 0 0 0 0 -1 / CL;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Aug 2022 11:13:19 GMT</pubDate>
    <dc:creator>tatami</dc:creator>
    <dc:date>2022-08-02T11:13:19Z</dc:date>
    <item>
      <title>PROC MIXED - Confidence interval and p-value for geometric ratio of log10 transformed outcome</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-Confidence-interval-and-p-value-for-geometric-ratio/m-p/826593#M40942</link>
      <description>&lt;P&gt;I am running MMRM on log10 transformed outcome. There is some medical reasoning for log10 transformation instead of natural log. I would like to model using SAS PROC MIXED. To get geometric mean and geometric ratio, I would need to reverse the transformation. I understand that direct reverse transformation gives median instead of the expected value (&lt;A href="https://communities.sas.com/t5/Statistical-Procedures/Non-normal-data-PROC-GLIMMIX/td-p/198945" target="_blank" rel="noopener"&gt;Solved: Non-normal data; PROC GLIMMIX - SAS Support Communities&lt;/A&gt;). How should I go about this? I would like to get GMR of treatment versus control at a specific time point.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc mixed data=final2;&lt;BR /&gt;class id trt avisit;&lt;BR /&gt;model log10aval=trt avisit log10base trtp*avisit / S;&lt;BR /&gt;repeated avisit / subject=id type= UN R;&lt;BR /&gt;LSMEANS trt*avisit / PDIFF CL;&lt;BR /&gt;estimate "Visit 9 - Week 52" trt 1 -1 trt*avisit 0 0 0 0 1 0 0 0 0 -1 / CL;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 11:13:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-Confidence-interval-and-p-value-for-geometric-ratio/m-p/826593#M40942</guid>
      <dc:creator>tatami</dc:creator>
      <dc:date>2022-08-02T11:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED - Confidence interval and p-value for geometric ratio of log10 transformed outcome</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-Confidence-interval-and-p-value-for-geometric-ratio/m-p/827595#M40985</link>
      <description>&lt;P&gt;If there is a reason for using a log10 transform for this field, then the backtransformed (10**estimate, 10**stderr) values are what you should probably report to be consistent with the literature.&amp;nbsp; If you truly need the expected value and the standard deviation of the expected value (standard error), there are two methods that we have used.&amp;nbsp; These are the delta method and the omega method.&amp;nbsp; The latter is spelled out in the PROC GLIMMIX documentation, referring to a lognormal distribution.&amp;nbsp; You can use the formulas there, after converting the log10 values to natural logs (multiply by a constant).&amp;nbsp; For the delta method, it turns out that Wikipedia has good formulas for E(X) and Var(X).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 12:21:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-Confidence-interval-and-p-value-for-geometric-ratio/m-p/827595#M40985</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2022-08-08T12:21:13Z</dc:date>
    </item>
  </channel>
</rss>

