cor.test {math} R Documentation

Test for Association/Correlation Between Paired Samples

Description


Test for association between paired samples, using one of
Pearson's product moment correlation coefficient, Kendall's
\tauτ or Spearman's \rhoρ.

Usage

cor.test(x, y,
    method = ['kendall','spearman']);

Arguments

x

numeric vectors of data values. x and y must have the same length. [as double]

y

numeric vectors of data values. x and y must have the same length. [as double]

env

[as Environment]

Details

Authors

SMRUCC genomics Institute

Value

this function returns data object of type any kind.

clr value class

Examples


[Package math version 2.33.856.6961 Index]