From 6f413910fe1d0bcb8cc25af2cca0abdf7a9bf4ab Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 13 May 2024 00:11:43 +0200 Subject: [PATCH] docs --- R/chi_squared_test.R | 2 +- man/chi_squared_test.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/chi_squared_test.R b/R/chi_squared_test.R index c1009982..1a299632 100644 --- a/R/chi_squared_test.R +++ b/R/chi_squared_test.R @@ -1,6 +1,6 @@ #' @title Chi-Squared test #' @name chi_squared_test -#' @description This function performs a \eqn{chi^2} test for contingency +#' @description This function performs a \eqn{\chi^2} test for contingency #' tables or tests for given probabilities. The returned effects sizes are #' Cramer's V for tables with more than two rows and columns, Phi (\eqn{\phi}) #' for 2x2 tables, and \ifelse{latex}{\eqn{Fei}}{פ (Fei)} for tests against diff --git a/man/chi_squared_test.Rd b/man/chi_squared_test.Rd index 3a7d2425..5bfab815 100644 --- a/man/chi_squared_test.Rd +++ b/man/chi_squared_test.Rd @@ -48,7 +48,7 @@ for 2x2 tables, and \ifelse{latex}{\eqn{Fei}}{פ (Fei)} for tests against given probabilities. } \description{ -This function performs a \eqn{chi^2} test for contingency +This function performs a \eqn{\chi^2} test for contingency tables or tests for given probabilities. The returned effects sizes are Cramer's V for tables with more than two rows and columns, Phi (\eqn{\phi}) for 2x2 tables, and \ifelse{latex}{\eqn{Fei}}{פ (Fei)} for tests against