Learn R Programming

energy (version 1.7-7)

energy-deprecated: 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)

Arguments

x

data or distances of first sample

y

data or distances of second sample

distance

logical: TRUE if x and y are distances

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.