rv function

Function to compute the RV coefficient between to conformable matrices

Function to compute the RV coefficient between to conformable matrices

rv(A, B)

Arguments

  • A: a matrix,
  • B: a second matrix.

Returns

the RV coefficient between A and B.

Examples

A <- toeplitz(2:1) B <- diag(2) rv(A, B)
  • Maintainer: Herve Abdi
  • License: GPL-2
  • Last published: 2022-12-05

Useful links