# \donttest{
probe_data <- data.frame(
group = c("probe_a", "probe_b", "probe_c"),
size = c(10, 9, 8),
mean = c(43.00000, 33.44444, 35.75000),
sd = c(4.027682, 9.302031, 16.298554)
)
result <- games_howell.test(probe_data$group, probe_data$size, probe_data$mean, probe_data$sd)
print(result)
# }
Run the code above in your browser using DataLab