calcCorr: Calculate pairwise correlations and print to a file.

View source: R/RcppExports.R

calcCorrR Documentation

Calculate pairwise correlations and print to a file.

Description

Calculate pairwise correlations and print to a file.

Usage

calcCorr(fls, MaxNameLen, recSize, P, n, zeroSD = 0.001)

Arguments

fls

A character vector which includes the names of the input and output files.

MaxNameLen

The length of the first column in the input data file (predictor names).

recSize

The total length of input rows (fixed-width format).

P

The number of predictors.

n

The sample size.

zeroSD

If the standard deviation of a column is below this threshold, this column will be considered as uncorrelated with all other columns (Default=1e-3).


haimbar/betaMix documentation built on Jan. 3, 2023, 12:54 p.m.