View source: R/exact_twosamp.R
exact_twosamp_dist | R Documentation |
Two-Sample Exact Test Distribution
exact_twosamp_dist(y, n, duplicate = TRUE)
y |
vector of scores |
n |
sample size of first sample |
duplicate |
Boolean to indicate inclusion of duplicates of statistic |
outputs exact distribution
scores <- c(4, 5, 4, 7, 9, 10, 12, 6)
exact_twosamp_dist(scores, 3, duplicate = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.