Q statistic for testing homogeneity of correlations
Q statistic for testing homogeneity of correlations
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)
Arguments
z: a vector of z values
n: a vector of sample sizes which will be used to calculate the weights, which in turn will be used to calculate the weighted z.
Returns
the output will be a weighted z value.
Examples
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))