paircorxyf: Pairwise correlation between x and y

View source: R/helper_functions.R

paircorxyfR Documentation

Pairwise correlation between x and y

Description

Pairwise correlation between x and y

Usage

paircorxyf(x, y, method = "gaussrank")

Arguments

x

input vector

y

input vector

Value

cor, the pairwise correlations between x and y

Examples

x = rnorm(100)
y = rnorm(100)
paircorxyf(x,y)

PengSU517/robcovsel documentation built on Sept. 13, 2023, 1 a.m.