naiveRCIPerm: Naive RCI Permutations

View source: R/naiveRCIPerm.R

naiveRCIPermR Documentation

Naive RCI Permutations

Description

Naive RCI Permutations

Usage

naiveRCIPerm(
  x,
  y,
  delta_x = 0.2,
  delta_y = 0.2,
  tie.method.x = c("ignore", "half"),
  tie.method.y = c("ignore", "half"),
  alternative = c("two.sided", "greater", "less"),
  required_alpha = 1e-06,
  p_confidence = 0.01,
  C = TRUE,
  verbose = FALSE
)

bhklab/wCI documentation built on Jan. 26, 2024, 5:36 p.m.