cor.rowMeans | R Documentation |
A wrapper for computing the mean of the rows of a correlation matrix.
cor.rowMeans(x, na.rm = TRUE)
x |
A correlations |
na.rm |
logical (defaults to TRUE) |
A numeric vector of correlation means.
# Use the SCWB data example
data(SCWB)
mycor <- cor(SCWB)
cor.rowMeans(mycor)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.