BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
mccombsj4
Calcite | Level 5

Hello,

 

I am trying to replicate the analysis done in this paper, Table 2 and Table 3.

 

https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5332180/pdf/EHP27.pdf

 

They did an ANOVA of geometric means. I can generate geometric means using proc surveymeans and I'm familiar with proc anova, but I have not done an ANOVA of geometric means. Can anyone point me in the right direction.

 

Thanks you,

James

1 ACCEPTED SOLUTION

Accepted Solutions
PGStats
Opal | Level 21

Usually it means doing an ANOVA on log-transformed dependent variables. Exp(mean(log(x))) = geomean(x). Thus, if you exponentiate the estimated means on the log scale, you get the geometric means.

PG

View solution in original post

3 REPLIES 3
PGStats
Opal | Level 21

Usually it means doing an ANOVA on log-transformed dependent variables. Exp(mean(log(x))) = geomean(x). Thus, if you exponentiate the estimated means on the log scale, you get the geometric means.

PG
mccombsj4
Calcite | Level 5

Do you know the sas code to do this?

pau13rown
Lapis Lazuli | Level 10

this blog post from dr deng is likely helpful: http://onbiostatistics.blogspot.com/2014/03/analysis-of-2x2x2-crossover-design-data.html

 

also, see the appendix at this link to understand how it is related to percent change: https://www.cscu.cornell.edu/news/statnews/stnews83.pdf

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 2737 views
  • 1 like
  • 3 in conversation