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
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.
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.
Do you know the sas code to do this?
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
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
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.