powered by
Vargha & Delaney's A
A_VarghaDelaney( control, experimental, bootstrap = NULL, conf.level = 0.95, warn = FALSE )
A numeric vector of length 1 with the A value, named 'A'.
A vector with the data for the control condition.
A vector with the data from the experimental condition.
The number of bootstrap samples to use to compute confidence intervals, or NULL to not compute confidence intervals.
The confidence level of the confidence intervals.
Whether to allow the stats::wilcox.test() function to emit warnings, for example if ties are encountered.
stats::wilcox.test()
ufs::A_VarghaDelaney(1:8, 3:12);
Run the code above in your browser using DataLab