calcCorr | R Documentation |
Calculate pairwise correlations and print to a file.
calcCorr(fls, MaxNameLen, recSize, P, n, zeroSD = 0.001)
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). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.