dtmcorr: Pearson Correlation for Sparse Matrices

View source: R/dtmcorr.R

dtmcorrR Documentation

Pearson Correlation for Sparse Matrices

Description

Pearson Correlation for Sparse Matrices. More memory and time-efficient than cor(as.matrix(x)).

Usage

dtmcorr(x)

Arguments

x

A matrix, potentially a sparse matrix such as a "dgCMatrix" object

Value

a correlation matrix


LDABiplots documentation built on July 18, 2022, 5:06 p.m.