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

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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