View source: R/doubledeepms__mann_whitney_U_wrapper_rand.R
doubledeepms__mann_whitney_U_wrapper_rand | R Documentation |
Mann-Whitney U test
doubledeepms__mann_whitney_U_wrapper_rand(vals1, vals2, sd1, sd2,
n = 100, strictly_positive = TRUE)
vals1 |
sample 1 (required) |
vals2 |
sample 2 (required) |
sd1 |
sample 1 sd (required) |
sd2 |
sample 2 sd (required) |
n |
number of randomisations (default:100) |
strictly_positive |
values are strictly positive (default:TRUE) |
named vector with effect size (AUC) and p-value obtained from coin package
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.