r_from_chi: Chi-Squared to Correlation

View source: R/MAd.R View source: R/MAd.R

r_from_chiR 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


MAd documentation built on Aug. 7, 2022, 1:05 a.m.