Description Usage Arguments Value Author(s)
View source: R/StrongestPairwiseCorrelation.R
Returns list of covariates between which there are the strongest pairwise correlations
1 | StrongestPairwiseCorrelation(data = NULL, covariates = colnames(data))
|
data |
Data matrix (or data frame), within which pairwise correlations will be calculated. |
covariates |
Character vector indicating which columns of data should be considered. By default all columns of data will be considered. |
A character vector containing the names of the covariates between which the strongest pairwise correlation was observed.
Paul Newcombe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.