Skip to content

Commit

Permalink
add missing Fei
Browse files Browse the repository at this point in the history
  • Loading branch information
mattansb committed Sep 12, 2022
1 parent e70a1ca commit d1a25fd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
17 changes: 9 additions & 8 deletions R/xtab.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#' Effect size for contingency tables
#'
#' Compute Cramer's *V*, phi (\eqn{\phi}), Cohen's *w*, Fei (\eqn{XXX}), Pearson's
#' contingency coefficient, Odds ratios, Risk ratios, Cohen's *h* and Cohen's
#' *g* for contingency tables or goodness-of-fit. See details.
#' Compute Cramer's *V*, phi (\eqn{\phi}), Cohen's *w*,
#' \ifelse{latex}{\eqn{Fei}}{פ (Fei)}, Pearson's contingency coefficient, Odds
#' ratios, Risk ratios, Cohen's *h* and Cohen's *g* for contingency tables or
#' goodness-of-fit. See details.
#'
#' @inheritParams stats::chisq.test
#' @param ci Confidence Interval (CI) level
Expand All @@ -29,11 +30,11 @@
#' can also be used, but since it is not bounded at 1 (can be larger) its
#' interpretation is more difficult.
#' \cr \cr
#' For goodness-of-fit in 1D tables Cohen's *W*, Fei (\eqn{XXX}) or Pearson's *C*
#' can be used. Cohen's *w* has no upper bound (can be arbitrarily large,
#' depending on the expected distribution). Fei is an adjusted Cohen's *w*,
#' accounting for the expected distribution, making it bounded between 0-1.
#' Pearson's *C* is also bounded between 0-1.
#' For goodness-of-fit in 1D tables Cohen's *W*, \ifelse{latex}{\eqn{Fei}}{פ (Fei)}
#' or Pearson's *C* can be used. Cohen's *w* has no upper bound (can be
#' arbitrarily large, depending on the expected distribution). *Fei* is an
#' adjusted Cohen's *w*, accounting for the expected distribution, making it
#' bounded between 0-1. Pearson's *C* is also bounded between 0-1.
#' \cr \cr
#' To summarize, for correlation-like effect sizes, we recommend:
#'
Expand Down
17 changes: 9 additions & 8 deletions man/phi.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d1a25fd

Please sign in to comment.