fast_cov {gRim} | R Documentation |
Fast computation of covariance / correlation matrix
Description
Fast computation of covariance / correlation matrix
Usage
fast_cov(x, center = TRUE, scale = TRUE)
Arguments
x |
a numeric matrix(like object). |
center , scale |
Should columns in x be centered and/or scaled |
[Package gRim version 0.3.3 Index]