dcorT_test: Create Correlation Matrix from corrp inferences

View source: R/ptest.R

dcorT_testR Documentation

Create Correlation Matrix from corrp inferences

Description

Distance correlation t-test of multivariate independence for high dimension. C++ version of energy::dcorT.test.

Usage

dcorT_test(x, y)

Arguments

x

\[data.frame(1) | matrix(1)]
A data of the first sample.

y

\[data.frame(1) | matrix(1)]
A data of the second sample.

Value

returns a list containing

method

description of test

statistic

observed value of the test statistic

parameter

degrees of freedom

estimate

(bias corrected) squared dCor(x,y)

p.value

p-value of the t-test

data.name

description of data


meantrix/corrP documentation built on Oct. 22, 2024, 10:16 a.m.