wcor {MultBiplotR}R Documentation

Weighted correlations

Description

Weighted correlations

Usage

wcor(d1, d2, w = rep(1, nrow(d1))/nrow(d1))

Arguments

d1

First Vector

d2

Second vector to correlate

w

weights for ecah element of the vectors

Details

Weighted correlations

Value

Weighted correlation

Author(s)

Jose Luis Vicente Villardon


[Package MultBiplotR version 23.11.0 Index]