qcomhdMC: Compare quantiles via the Harrell-Davis estimator

Description Usage Arguments

View source: R/qcomhdMC.R

Description

Compare quantiles via the Harrell-Davis estimator

Usage

1
2
3
qcomhdMC(x, y, q = c(0.1, 0.25, 0.5, 0.75, 0.9), nboot = 2000,
  plotit = TRUE, SEED = TRUE, xlab = "Group 1", ylab = "Est.1-Est.2",
  alpha = 0.05, cores = -1)

Arguments

x

a numeric vector

y

a numeric vector

q

a desired quantile

nboot

a number of bootstraps

plotit

a logical indicating whether plotting the result

SEED

a logical indicating whether the seed should be set

xlab

a string of x-axis label

ylab

a string of y-axis label

alpha

a significance level

cores

a number of cores used for computation


mkanai/WRShd documentation built on July 20, 2020, 10:04 p.m.