Description Usage Arguments Details Value
Uses Fisher's exact test.
1 | testSingleIndependence(ref, groups, elements, pvalueAdjust = "BH")
|
ref |
Character: identifier of elements in reference group |
groups |
List of characters: list of groups where each element contains the identifiers of respective elements |
elements |
Character: all subject identifiers |
pvalueAdjust |
Character: method used to adjust p-values (see Details) |
The following methods for p-value adjustment are supported by using
the respective string in the pvalueAdjust
argument:
none
: Do not adjust p-values
BH
: Benjamini-Hochberg's method (false discovery rate)
BY
: Benjamini-Yekutieli's method (false discovery rate)
bonferroni
: Bonferroni correction (family-wise error rate)
holm
: Holm's method (family-wise error rate)
hochberg
: Hochberg's method (family-wise error rate)
hommel
: Hommel's method (family-wise error rate)
Returns a groupIndependenceTest
object: a list where each
element is a list containing:
attribute |
Name of the original groups compared against the reference groups |
table |
Contingency table used for testing |
pvalue |
Fisher's exact test's p-value |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.