| pvalSets2N | R Documentation |
This function calculates the p-value of intersection for two sets.
pvalSets2N(a, b, n)
a |
A character vector. |
b |
A character vector. |
n |
Set from which |
A thin wrapper around stats::phyper.
A numeric value in [0, 1] representing the p-value of intersection for two sets.
pvalSets2N(LETTERS[seq(4, 10)], LETTERS[seq(7, 15)], LETTERS)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.