pairwise.fisher: A pairwise testing using fisher

Description Usage Arguments Examples

Description

This function allows you to do fisher.test pairwise testings of categorical count data between members of a population with >2 groups

Usage

1
pairwise.fisher(dat, var, grouping, adj.method)

Arguments

dat

a dataframe containing at least a column with the grouping and another with the categorical value

var

the name of the column of the dependent variable

grouping

the name of the column of the independent variable, i.e. the grouping of interest

adj.method

the multiple testings correction method as used in p.adjust, e.g. "bonferroni" or "BH" or "fdr"

Examples

1

kennylouie/kdevtools documentation built on May 28, 2019, 3:37 p.m.