From 08ab47ed45520d131f32db094704e33ac19f41ad Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 13 May 2024 12:21:39 +0200 Subject: [PATCH] update 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 474ecadd..fa8d17f0 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 9b60c041..cec5a2b4 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{