cov {RNOmni}R Documentation

Correlation

Description

Calculates the correlation between two vectors.

Usage

cov(A, B, cor = FALSE)

Arguments

A

First matrix.

B

Second matrix.

cor

Return correlation matrix?

Value

Numeric matrix.


[Package RNOmni version 0.7.1 Index]