r_from_chi function

Chi-Squared to Correlation

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)

Arguments

  • chi.sq: Chi squared statistic from primary study.
  • n: Sample size in primary study.

Returns

Computes correlation coefficient (r).

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

Author(s)

AC Del Re & William T. Hoyt

Maintainer: AC Del Re acdelre@gmail.com