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

rvR Documentation

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)

Arguments

A

a matrix,

B

a second matrix.

Value

the RV coefficient between A and B.

Examples


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

DistatisR documentation built on Dec. 5, 2022, 9:05 a.m.