<?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: ANOVA using geometric mean in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/ANOVA-using-geometric-mean/m-p/303749#M16152</link>
    <description>&lt;P&gt;That is really interesting question. I also want know.&lt;/P&gt;
&lt;P&gt;But I think you can't. Using algorithm mean you can get chi-square value,&lt;/P&gt;
&lt;P&gt;ChiSq1/ChiSq2 ~ F distribution, so you can do ANOVA , but I am afraid you can use geometric mean to get that chi-square value.&lt;/P&gt;
&lt;P&gt;Maybe someone can develop some other quasi-ANOVA for geometric mean.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Oct 2016 11:54:12 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2016-10-11T11:54:12Z</dc:date>
    <item>
      <title>ANOVA using geometric mean</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ANOVA-using-geometric-mean/m-p/303654#M16143</link>
      <description>&lt;P&gt;I was wondering if I could do ANOVA with geometric mean instead of LS means?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2016 20:28:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ANOVA-using-geometric-mean/m-p/303654#M16143</guid>
      <dc:creator>ggao</dc:creator>
      <dc:date>2016-10-10T20:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: ANOVA using geometric mean</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ANOVA-using-geometric-mean/m-p/303656#M16144</link>
      <description>&lt;P&gt;There was a similar discussion a few months ago: See the thread &lt;A href="https://communities.sas.com/t5/SAS-Statistical-Procedures/Questions-about-Geometric-Mean-amp-SAS-procedures/td-p/286024" target="_self"&gt;"Questions about geometric mean and SAS procedures"&lt;/A&gt;&amp;nbsp;and see if that helps.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2016 20:36:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ANOVA-using-geometric-mean/m-p/303656#M16144</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-10-10T20:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: ANOVA using geometric mean</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ANOVA-using-geometric-mean/m-p/303667#M16145</link>
      <description>&lt;P&gt;Don't quite really get that. I have three treatments A, B and C. For each treatment I have measurement for day1, day 15 and 30. I basically create indexes for day15 ( day15/day1) and day30 (day30/day1). Want to see the difference in index day15 and day30 between the groups. Since some of the index are much bigger than the rest, I want to use geometric mean to compare. Can you give more detailed explaination please?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2016 20:58:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ANOVA-using-geometric-mean/m-p/303667#M16145</guid>
      <dc:creator>ggao</dc:creator>
      <dc:date>2016-10-10T20:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: ANOVA using geometric mean</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ANOVA-using-geometric-mean/m-p/303689#M16147</link>
      <description>&lt;P&gt;Can you explain why you want to use "geometric mean ANOVA" ?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2016 00:43:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ANOVA-using-geometric-mean/m-p/303689#M16147</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-10-11T00:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: ANOVA using geometric mean</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ANOVA-using-geometric-mean/m-p/303700#M16148</link>
      <description>&lt;P&gt;The ranges of the ratios are from less than 0 to over 100. That's why I think that geometric mean may be more appropriate. But correct me if you think I am wrong. And please advise what technics should I use?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2016 02:04:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ANOVA-using-geometric-mean/m-p/303700#M16148</guid>
      <dc:creator>ggao</dc:creator>
      <dc:date>2016-10-11T02:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: ANOVA using geometric mean</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ANOVA-using-geometric-mean/m-p/303706#M16149</link>
      <description>&lt;P&gt;You cannot take the geometric mean of negative values.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One common misunderstanding about ordinary least squares estimation is about normality. Your values do not have to be distributed normally for OLS inference to be valid. Your values can be the sum of some fixed effects and random errors (noise). It is the random error that must obey a normal distribution. Thus the residuals from OLS must be normal, not the raw data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Geometric mean ANOVA is actually ordinary ANOVA of log-transformed data. It should be considered for heteroscedastic data, when the standard deviation of errors seems to be proportional to the mean.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, the first question is: Why is ANOVA not appropriate for your data?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2016 02:57:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ANOVA-using-geometric-mean/m-p/303706#M16149</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-10-11T02:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: ANOVA using geometric mean</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ANOVA-using-geometric-mean/m-p/303741#M16151</link>
      <description>Sorry, I made a typo. It should be less than 1 not less than 0. So no negative numbers.</description>
      <pubDate>Tue, 11 Oct 2016 10:56:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ANOVA-using-geometric-mean/m-p/303741#M16151</guid>
      <dc:creator>ggao</dc:creator>
      <dc:date>2016-10-11T10:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: ANOVA using geometric mean</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ANOVA-using-geometric-mean/m-p/303749#M16152</link>
      <description>&lt;P&gt;That is really interesting question. I also want know.&lt;/P&gt;
&lt;P&gt;But I think you can't. Using algorithm mean you can get chi-square value,&lt;/P&gt;
&lt;P&gt;ChiSq1/ChiSq2 ~ F distribution, so you can do ANOVA , but I am afraid you can use geometric mean to get that chi-square value.&lt;/P&gt;
&lt;P&gt;Maybe someone can develop some other quasi-ANOVA for geometric mean.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2016 11:54:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ANOVA-using-geometric-mean/m-p/303749#M16152</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-10-11T11:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: ANOVA using geometric mean</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ANOVA-using-geometric-mean/m-p/303752#M16153</link>
      <description>&lt;P&gt;If you post your data and state the research question that you want to answer, we might be able to recommend how to analyze the data.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2016 12:06:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ANOVA-using-geometric-mean/m-p/303752#M16153</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-10-11T12:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: ANOVA using geometric mean</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ANOVA-using-geometric-mean/m-p/303771#M16156</link>
      <description>&lt;P&gt;The study design is for three product A, B and C. 130 people approximately in each group. So total is 390 panelists. There is no crossover. Each panelist only use one product. Bacterial has been measured in baseline, day15 and day30. What I want to know is if there is significant difference between three products. And also want to compare baseline, day15 and day30 to see which product is acting quicker. Any feedback is appreciate.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2016 13:15:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ANOVA-using-geometric-mean/m-p/303771#M16156</guid>
      <dc:creator>ggao</dc:creator>
      <dc:date>2016-10-11T13:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: ANOVA using geometric mean</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ANOVA-using-geometric-mean/m-p/308597#M16334</link>
      <description>&lt;P&gt;Product has 3 levels A, B and C. Time has 3 points 0, 15 and 30.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc glimmix data=yourdata;&lt;/P&gt;
&lt;P&gt;class subjid product time;&lt;/P&gt;
&lt;P&gt;model bacterial_counts=product|time/link=log;&lt;/P&gt;
&lt;P&gt;random time/residual subject=subjid type=un;&lt;/P&gt;
&lt;P&gt;lsmeans product time product*time/diff adjdfe=row adjust=simulate ilink;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2016 18:46:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ANOVA-using-geometric-mean/m-p/308597#M16334</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2016-11-01T18:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: ANOVA using geometric mean</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ANOVA-using-geometric-mean/m-p/759400#M36987</link>
      <description>I have a follow up question to this response. I want to compare the geometric mean concentrations of three BMI groups at two different time points (after start of treatment and after end of treatment). Would I simply be running an ANOVA on the (natural) log-transformed concentrations, then taking that p-value? My main goal is to see if at least one BMI group is different using Welch's ANOVA.</description>
      <pubDate>Wed, 04 Aug 2021 17:16:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ANOVA-using-geometric-mean/m-p/759400#M36987</guid>
      <dc:creator>mariko5797</dc:creator>
      <dc:date>2021-08-04T17:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: ANOVA using geometric mean</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ANOVA-using-geometric-mean/m-p/759473#M36993</link>
      <description>&lt;P&gt;I can't be definite without seeing your data and knowing more about the context, but your proposed approach sounds like a good idea to me.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 19:48:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ANOVA-using-geometric-mean/m-p/759473#M36993</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2021-08-04T19:48:14Z</dc:date>
    </item>
  </channel>
</rss>

