ggstatsplot (version 0.0.11)

games_howell: Games-Howell post-hoc test

Description

This function produces results from Games-Howell post-hoc tests for Welch's one-way analysis of variance (ANOVA) (stats::oneway.test()).

Usage

games_howell(data, x, y)

Arguments

data

A dataframe (or a tibble) from which variables specified are to be taken. A matrix or tables will not be accepted.

x

The grouping variable from the dataframe data.

y

The response (a.k.a. outcome or dependent) variable from the dataframe data.