A_VarghaDelaney: Vargha & Delaney's A

View source: R/A_VarghaDelaney.R

A_VarghaDelaneyR Documentation

Vargha & Delaney's A

Description

Vargha & Delaney's A

Usage

A_VarghaDelaney(
  control,
  experimental,
  bootstrap = NULL,
  conf.level = 0.95,
  warn = FALSE
)

Arguments

control

A vector with the data for the control condition.

experimental

A vector with the data from the experimental condition.

bootstrap

The number of bootstrap samples to use to compute confidence intervals, or NULL to not compute confidence intervals.

conf.level

The confidence level of the confidence intervals.

warn

Whether to allow the stats::wilcox.test() function to emit warnings, for example if ties are encountered.

Value

A numeric vector of length 1 with the A value, named 'A'.

Examples

ufs::A_VarghaDelaney(1:8, 3:12);

ufs documentation built on July 9, 2023, 6:07 p.m.