Skip to content

Commit

Permalink
close #624
Browse files Browse the repository at this point in the history
  • Loading branch information
mattansb committed Jan 6, 2024
1 parent 250a9d2 commit bd6e08f
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 28 deletions.
7 changes: 3 additions & 4 deletions R/cohens_g.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@
#' @inheritParams oddsratio_to_d
#' @inheritParams phi
#' @param alternative a character string specifying the alternative hypothesis;
#' Controls the type of CI returned: `"two.sided"` (two-sided CI; default),
#' `"greater"` (one-sided CI) or `"less"` (one-sided CI). Partial matching is
#' allowed (e.g., `"g"`, `"l"`, `"two"`...). See *One-Sided CIs* in
#' [effectsize_CIs].
#' Controls the type of CI returned: `"two.sided"` (default, two-sided CI),
#' `"greater"` or `"less"` (one-sided CI). Partial matching is allowed (e.g.,
#' `"g"`, `"l"`, `"two"`...). See *One-Sided CIs* in [effectsize_CIs].
#' @param ... Ignored
#'
#' @details
Expand Down
4 changes: 2 additions & 2 deletions R/convert_stat_chisq.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#' @param ci Confidence Interval (CI) level
#' @param alternative a character string specifying the alternative hypothesis;
#' Controls the type of CI returned: `"greater"` (default) or `"less"`
#' (one-sided CI), or `"two.sided"` (default, two-sided CI). Partial matching
#' is allowed (e.g., `"g"`, `"l"`, `"two"`...). See *One-Sided CIs* in
#' (one-sided CI), or `"two.sided"` (two-sided CI). Partial matching is
#' allowed (e.g., `"g"`, `"l"`, `"two"`...). See *One-Sided CIs* in
#' [effectsize_CIs].
#' @param adjust Should the effect size be corrected for small-sample bias?
#' Defaults to `TRUE`; Advisable for small samples and large tables.
Expand Down
7 changes: 3 additions & 4 deletions R/xtab_diff.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@
#' @inheritParams oddsratio_to_d
#' @inheritParams phi
#' @param alternative a character string specifying the alternative hypothesis;
#' Controls the type of CI returned: `"two.sided"` (two-sided CI; default),
#' `"greater"` (one-sided CI) or `"less"` (one-sided CI). Partial matching is
#' allowed (e.g., `"g"`, `"l"`, `"two"`...). See *One-Sided CIs* in
#' [effectsize_CIs].
#' Controls the type of CI returned: `"two.sided"` (default, two-sided CI),
#' `"greater"` or `"less"` (one-sided CI). Partial matching is allowed (e.g.,
#' `"g"`, `"l"`, `"two"`...). See *One-Sided CIs* in [effectsize_CIs].
#' @param ... Ignored
#'
#' @details
Expand Down
4 changes: 2 additions & 2 deletions man/F_to_eta2.Rd

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

7 changes: 3 additions & 4 deletions man/cohens_g.Rd

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

4 changes: 2 additions & 2 deletions man/convert_chisq.Rd

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

4 changes: 2 additions & 2 deletions man/eta_squared.Rd

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

7 changes: 3 additions & 4 deletions man/oddsratio.Rd

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

4 changes: 2 additions & 2 deletions man/phi.Rd

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

4 changes: 2 additions & 2 deletions man/r2_semipartial.Rd

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

0 comments on commit bd6e08f

Please sign in to comment.