Chi-Squared to Correlation
Converting Chi-squared statistic (with 1 degree of freedom) reported in primary study to r
r_from_chi(chi.sq, n)
chi.sq
: Chi squared statistic from primary study.n
: Sample size in primary study.Computes correlation coefficient (r).
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
AC Del Re & William T. Hoyt
Maintainer: AC Del Re acdelre@gmail.com