
Last chance! 50% off unlimited learning
Sale ends in
Calculate the Q statistic to test for homogeneity of correlation coefficients. See p. 235 of the book Hedges & Olkin (1985), Statistical Methods for Meta-Analysis (ISBN: 0123363802).
q_stat_test_homo_r(z = NULL, n = NULL)
the output will be a weighted z value.
a vector of z values
a vector of sample sizes which will be used to calculate the weights, which in turn will be used to calculate the weighted z.
q_stat_test_homo_r(1:3, c(100, 200, 300))
q_stat_test_homo_r(z = c(1:3, NA), n = c(100, 200, 300, NA))
Run the code above in your browser using DataLab