powered by
A wrapper for computing the mean of the rows of a correlation matrix.
cor.rowMeans(x, na.rm = TRUE)
A numeric vector of correlation means.
A correlations
logical (defaults to TRUE)
# Use the SCWB data example data(SCWB) mycor <- cor(SCWB) cor.rowMeans(mycor)
Run the code above in your browser using DataLab