Description Usage Arguments Examples
This function allows you to do fisher.test pairwise testings of categorical count data between members of a population with >2 groups
1 | pairwise.fisher(dat, var, grouping, adj.method)
|
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" |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.