Learn R Programming

DistatisR (version 1.1.1)

rv: Function to compute the RV coefficient between to conformable matrices

Description

Function to compute the RV coefficient between to conformable matrices

Usage

rv(A, B)

Value

the RV coefficient between A and B.

Arguments

A

a matrix,

B

a second matrix.

Examples

Run this code

A <- toeplitz(2:1)
B <- diag(2)
rv(A, B)

Run the code above in your browser using DataLab