chisq.mc: Chi-sqaure post-hoc testing

Description Usage Arguments Examples

Description

Perform Bonferroni-corrected chi-sqaure post-hoc testing on a table or matrix.

Usage

1
chisq.mc(matrix, alpha = 0.05)

Arguments

mat

A table or matrix

alpha

Alpha significance value. Defaults to 0.05

Examples

1
chisq.mc(table(mtcars$gear, mtcars$cyl), alpha = 0.05)

opelr/opelR documentation built on May 3, 2019, 5:49 p.m.