ceuclide {cmahalanobis} | R Documentation |
Calculate Euclidean distance
Description
Calculate Euclidean distance
Usage
ceuclide(
dataset,
plot = FALSE,
p.value = FALSE,
num.permutations = 1000,
plot_title = "Euclidean Distance Between Groups"
)
Arguments
dataset |
A list of dataframes |
plot |
If TRUE, shows a plot of distances |
p.value |
If TRUE, calculates p-values for 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]