cors: Calculate correlation vector from the set A

View source: R/backend.R

corsR Documentation

Calculate correlation vector from the set A

Description

The backends typically have a faster way to implement this (using precomputations) but this is roughly equivalent to cor(X, Y[,A-dx]) if min(A) > dx else it is equal to cor(Y, X[,A]).

Usage

cors(bk, A)

Arguments

bk

An object of class backend

A

Either a subset of X or Y columns (in global numbering)


miheerdew/cbce documentation built on Aug. 28, 2023, 2:18 p.m.