R/cohenw.R

# Cohen's w effect size calculation given Chi-square statistic and number of observations
#' @export
cohen.w <- function (chi_sq, n) { sqrt(chi_sq/n) }
ccamp83/mu documentation built on Sept. 10, 2023, 4:22 p.m.