tukey: Tukey and Games-Howell tests

Description Usage Arguments Author(s) Examples

Description

Tukey and Games-Howell post- hoc tests.

Usage

1
  tukey(data, group, method = c("Tukey", "Games-Howell"))

Arguments

data

the data

group

logical; remove missing data?

method

either 'Tukey' or 'Games-Howell'

Author(s)

Rob Cribbie and Phil Chalmers

Examples

1
2
3
4
5
6
7
## Not run: 
data(nonnorm_hetvar)
attach(nonnorm_hetvar)

tukey(depres, Sex, method = 'Games-Howell')

## End(Not run)

mattsigal/psyc6130 documentation built on May 21, 2019, 1:26 p.m.