p_overlap_higher | R Documentation |
Is computed by adding up probabilities for all possible
overlaps equal or higher to the observed one using the
function p_overlap
.
p_overlap_higher(x, y, k, n)
x |
Overlap. |
y |
Size of sample 1. |
k |
Size of Sample 2. |
n |
Number of all elements sampled from. |
Overlap probability.
p_overlap_higher(10, 20, 30, 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.