powered by
Takes pairs of Pearson r's (correlation coefficients) and the accompanying n's (sample sizes) and returns their average.
averagePearsonRs(rs, ns, FishersZ = TRUE)
The correlation coefficients.
The sample sizes.
Whether to compute the average through Fisher's z (only method implemented as of the writing of this document).
averageFishersZs, convert.r.to.fisherz
averageFishersZs
convert.r.to.fisherz
# NOT RUN { averagePearsonRs(c(.3, .4, .6), c(70, 80, 50)); # }
Run the code above in your browser using DataLab