wilcZ | R Documentation |
Essentially, a wrapper for wilcox.test
that also returns the p value,
Z value, W value, and the difference in medians.
wilcZ(x, y, pairTest = F)
x |
First vector to compare |
y |
Second vector to compare |
pairTest |
Are x and y paired? |
# Note that this doesn't make *a lot* of sense, since they're two totally different measurements
wilcZ(dat_cochraneEtAl_2019_PLOSOne$ufov, dat_cochraneEtAl_2019_PLOSOne$mot,pairTest = T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.