mean_corr | R Documentation |
Average correlations by Fisher Z transformation
mean_corr(r)
r |
A vector of correlation coefficients |
The average correlation
rs <- c(0.2, 0.5, 0.9)
mean(rs)
mean_corr(rs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.