getdis {rgTest} | R Documentation |
Get distance matrix
Description
This function returns the distance matrix using L2 distance.
Usage
getdis(y)
Arguments
y |
dataset of the pooled data |
Value
A distance matrix based on the L2 distance.
Examples
data(example0)
data = as.matrix(example0$data) # pooled dataset
getdis(data)
[Package rgTest version 0.1 Index]