Hello, I'd like to ask how to interpret the results of Dunnett's test and Games-Howell test in R studio.(I attached result files of them.) I checked whether the data has equal variances among groups or not; however; it doesn't. Therefore, I used Welch's test and then employed the post-hoc methods, Dunnett's test and Games-Howell test. Also, I would like to say that '1-2' group is not the control. I wanted to do one-way ANOVA among 6 groups at the first time, and compare 6 groups whether they are significant different groups. I think the results might be similar to Duncan's test, but they didn't.

1. I attached result captures on Dunnett's test and Games-Howell test in R.

2. I guess that the difference between 1-2 and 3-6 is the smallest according to Dunnett's test, and also it proves through Games-Howell test. How can I compare 6 groups like Duncan's multiple range test? I looked up Tukey's test, too. By the way, my data doesn't have equal variances by groups. I have no idea how to explain the results. ;-(

3. Here's my R codes.

install.packages("multcomp")

library(multcomp)

dunnett_model1

More Seulki Choi's questions See All
Similar questions and discussions