Learn R Programming

wmwAUC (version 0.2.0)

pseudomedian_ci: Confidence Interval for Hodges-Lehmann Pseudomedian via Test Inversion

Description

Computes confidence interval for the pseudomedian under \(\mathrm{H_0\colon AUC} = 0.5\) by test inversion.

Usage

pseudomedian_ci(x, y, conf.level = 0.95, pvalue_method = "EU", n_grid = 1000)

Value

list with conf.int, estimate and conf.level

Arguments

x

numeric vector, first sample

y

numeric vector, second sample

conf.level

confidence level (default 0.95)

pvalue_method

character, either 'EU' or 'BC'

n_grid

number of grid points for search (default 1000)