dot-kstest: One-sided Kolmogorov–Smirnov test

.kstestR Documentation

One-sided Kolmogorov–Smirnov test

Description

One-sided Kolmogorov–Smirnov test

Usage

.kstest(
  n.x,
  y,
  weights = NULL,
  weights.pwr = 1,
  absolute = FALSE,
  plotting = FALSE,
  plot.title = ""
)

Arguments

n.x

The length of a ranked list

y

A vector of positions in the ranked list

weights

Weights for weighted score (Subramanian et al.)

weights.pwr

Exponent for weights (Subramanian et al.)

absolute

Takes max-min score rather than the max deviation from null

plotting

Use true to generate plot

plot.title

Plot title

Value

A list of data and plots


montilab/hypeR documentation built on Oct. 29, 2023, 12:01 p.m.