posthoc: Post-hoc comparisons

Description Usage Arguments Value Examples

View source: R/posthoc.R

Description

Create a function the tests for group differences, two groups at a time using post-hoc comparisons.

Usage

1
posthoc(model)

Arguments

model

an object of class oneway

Value

a data frame

Examples

1
2
fit <- oneway(mpg ~ cyl, mtcars)
posthoc(fit)

Rkabacoff/oneway documentation built on Dec. 8, 2020, 2:09 p.m.