corr {stats} R Documentation

matrix correlation

Description

Usage

corr(x,
    y = NULL,
    spearman = FALSE,
    positive = FALSE);

Arguments

x

evaluate correlation for each row elements. [as dataframe]

positive

only takes the positive part of the correlation matrix?. [as boolean]

Details

Authors

sciBASIC.NET

Value

this function returns data object of type CorrelationMatrix.

clr value class

Examples


[Package stats version 5.0.1.2389 Index]