| r_from_chi {MAd} | R Documentation |
Chi-Squared to Correlation
Description
Converting Chi-squared statistic (with 1 degree of freedom) reported in primary study to r
Usage
r_from_chi(chi.sq, n)
Arguments
chi.sq |
Chi squared statistic from primary study. |
n |
Sample size in primary study. |
Value
Computes correlation coefficient (r).
Author(s)
AC Del Re & William T. Hoyt
Maintainer: AC Del Re acdelre@gmail.com
See Also
d_to_g,
mean_to_d,
mean_to_d2,
t_to_d,
f_to_d,
p_to_d1,
p_to_d2,
ancova_to_d1,
ancova_to_d2,
tt.ancova_to_d,
f.ancova_to_d,
r_to_d,
p.ancova_to_d1,
p.ancova_to_d2,
lor_to_d,
prop_to_or,
prop_to_d,
r_from_d,
r_from_d1,
r_from_t
[Package MAd version 0.8-3 Index]