diff --git a/R/chi_squared_test.R b/R/chi_squared_test.R index 474ecad..fa8d17f 100644 --- a/R/chi_squared_test.R +++ b/R/chi_squared_test.R @@ -3,7 +3,7 @@ #' @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 +#' for 2x2 tables, and Fei (\ifelse{latex}{\eqn{Fei}}{פ}) for tests against #' given probabilities (see _Ben-Shachar et al. 2023_). #' #' @param probabilities A numeric vector of probabilities for each cell in the diff --git a/man/chi_squared_test.Rd b/man/chi_squared_test.Rd index 9b60c04..cec5a2b 100644 --- a/man/chi_squared_test.Rd +++ b/man/chi_squared_test.Rd @@ -61,7 +61,7 @@ given probabilities. 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 +for 2x2 tables, and Fei (\ifelse{latex}{\eqn{Fei}}{פ}) for tests against given probabilities (see \emph{Ben-Shachar et al. 2023}). } \details{