These deprecated functions have been replaced by revised functions and will be removed in future releases of the energy package.
dcor.ttest(x, y, distance=FALSE)
dcor.t(x, y, distance=FALSE)
DCOR(x, y, index=1.0)
data or distances of first sample
data or distances of second sample
logical: TRUE if x and y are distances
exponent on Euclidean distance in (0, 2)
* dcor.t has been replaced by dcorT
. See dcorT for details.
* dcor.ttest has been replaced by dcorT.test
. See dcorT.test for details.
* DCOR is an R version replaced by faster compiled code.