powered by
Adjusted RV correlation between two sets of variables.
arv(y, x)
The value of the adjusted RV coefficient.
A numerical matrix.
Michail Tsagris
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.
The adjusted RV correlation coefficient is computed.
Mordant G. and Segers J. (2022). Measuring dependence between random vectors via optimal transport. Journal of Multivariate Analysis, 189: 104912.
mrv, rv, drv, sq.correl, dcor
arv( as.matrix(iris[, 1:2]), as.matrix(iris[, 3:4]) )
Run the code above in your browser using DataLab