powered by
Visualise anova F-test to determine whether group means are equal
ggaov(t, alpha=0.05, colaccept="lightsteelblue1", colreject="grey84", colstat="navyblue")
an object of class aov
alpha level for finding critical F value
color for the acceptance region of the test
color for the area of rejection of the test
color of the statistic of the test line
# NOT RUN { # 21-th day chick21 <- ChickWeight[ChickWeight$Time == 21,] chickaov <- aov(weight~Diet, data = chick21) summary(chickaov) ggaov(chickaov, colaccept = "grey89", colreject = "black") # }
Run the code above in your browser using DataLab