Learn R Programming

scregclust (version 0.2.0)

fast_cor: Fast computation of correlation

Description

This uses a more memory-intensive but much faster algorithm than the built-in cor function.

Usage

fast_cor(x, y)

Value

Correlations matrix between the columns of x and y

Arguments

x

first input matrix

y

second input matrix

Details

Computes the correlation between the columns of x and y.