cchebyshev {cmahalanobis}R Documentation

Calculate Chebyshev distance

Description

Calculate Chebyshev distance

Usage

cchebyshev(
  dataset,
  plot = FALSE,
  p.value = FALSE,
  num.permutations = 1000,
  plot_title = "Chebyshev Distance Between Groups"
)

Arguments

dataset

A list of dataframes

plot

If TRUE, displays a plot of distances

p.value

If TRUE, calculates p-values of distances

num.permutations

Number of permutations to calculate p-values

plot_title

The title of plot

Value

A list containing distances and, optionally, p-values


[Package cmahalanobis version 0.3.0 Index]