Description Usage Arguments Value
View source: R/mann_whitney_test.R
Resampling version of the student t-Test for one or two samples
1 2 3 4 5 6 7 8 | mann.whitney.testBoot(
x,
y,
alpha = 0.05,
alternative = "two.sided",
nboot = 100,
boot.type = "perm"
)
|
x, y |
Sample Data (Non-empty numeric vectors) |
alpha |
Significance level (default is 0.05). |
alternative |
a character string specifying the alternative hypothesis, must be one of "two.sided" (default), "greater" or "less". |
nboot |
Integer specifying the number of bootstrap iterations (default is 100) |
boot.type |
A character string specifying the bootstrap type, must be one of "perm" (Permutation, default) or "np" (Non-parametric bootstrap). |
A list of class "htest"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.