energy-deprecated {energy}R Documentation

Deprecated Functions

Description

These deprecated functions have been replaced by revised functions and will be removed in future releases of the energy package.

Usage

dcor.ttest(x, y, distance=FALSE)
dcor.t(x, y, distance=FALSE)
DCOR(x, y, index=1.0)

Arguments

x

data or distances of first sample

y

data or distances of second sample

distance

logical: TRUE if x and y are distances

index

exponent on Euclidean distance in (0, 2)

Details

* 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.


[Package energy version 1.7-11 Index]