diff --git a/R/cohens_g.R b/R/cohens_g.R index a6618200..e219c210 100644 --- a/R/cohens_g.R +++ b/R/cohens_g.R @@ -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 diff --git a/R/convert_stat_chisq.R b/R/convert_stat_chisq.R index fcf0d57a..d66df079 100644 --- a/R/convert_stat_chisq.R +++ b/R/convert_stat_chisq.R @@ -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. diff --git a/R/xtab_diff.R b/R/xtab_diff.R index 2346f85d..a3d54b58 100644 --- a/R/xtab_diff.R +++ b/R/xtab_diff.R @@ -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 diff --git a/man/F_to_eta2.Rd b/man/F_to_eta2.Rd index e76aa02e..5650144f 100644 --- a/man/F_to_eta2.Rd +++ b/man/F_to_eta2.Rd @@ -63,8 +63,8 @@ t_to_f2(t, df_error, squared = TRUE, ci = 0.95, alternative = "greater", ...) \item{alternative}{a character string specifying the alternative hypothesis; Controls the type of CI returned: \code{"greater"} (default) or \code{"less"} -(one-sided CI), or \code{"two.sided"} (default, two-sided CI). Partial matching -is allowed (e.g., \code{"g"}, \code{"l"}, \code{"two"}...). See \emph{One-Sided CIs} in +(one-sided CI), or \code{"two.sided"} (two-sided CI). Partial matching is +allowed (e.g., \code{"g"}, \code{"l"}, \code{"two"}...). See \emph{One-Sided CIs} in \link{effectsize_CIs}.} \item{...}{Arguments passed to or from other methods.} diff --git a/man/cohens_g.Rd b/man/cohens_g.Rd index 80663d60..a45a4f83 100644 --- a/man/cohens_g.Rd +++ b/man/cohens_g.Rd @@ -16,10 +16,9 @@ cohens_g(x, y = NULL, ci = 0.95, alternative = "two.sided", ...) \item{ci}{Confidence Interval (CI) level} \item{alternative}{a character string specifying the alternative hypothesis; -Controls the type of CI returned: \code{"two.sided"} (two-sided CI; default), -\code{"greater"} (one-sided CI) or \code{"less"} (one-sided CI). Partial matching is -allowed (e.g., \code{"g"}, \code{"l"}, \code{"two"}...). See \emph{One-Sided CIs} in -\link{effectsize_CIs}.} +Controls the type of CI returned: \code{"two.sided"} (default, two-sided CI), +\code{"greater"} or \code{"less"} (one-sided CI). Partial matching is allowed (e.g., +\code{"g"}, \code{"l"}, \code{"two"}...). See \emph{One-Sided CIs} in \link{effectsize_CIs}.} \item{...}{Ignored} } diff --git a/man/convert_chisq.Rd b/man/convert_chisq.Rd index 68da11c2..8d648689 100644 --- a/man/convert_chisq.Rd +++ b/man/convert_chisq.Rd @@ -82,8 +82,8 @@ Defaults to \code{TRUE}; Advisable for small samples and large tables.} \item{alternative}{a character string specifying the alternative hypothesis; Controls the type of CI returned: \code{"greater"} (default) or \code{"less"} -(one-sided CI), or \code{"two.sided"} (default, two-sided CI). Partial matching -is allowed (e.g., \code{"g"}, \code{"l"}, \code{"two"}...). See \emph{One-Sided CIs} in +(one-sided CI), or \code{"two.sided"} (two-sided CI). Partial matching is +allowed (e.g., \code{"g"}, \code{"l"}, \code{"two"}...). See \emph{One-Sided CIs} in \link{effectsize_CIs}.} \item{...}{Arguments passed to or from other methods.} diff --git a/man/eta_squared.Rd b/man/eta_squared.Rd index 87c37b17..e8230054 100644 --- a/man/eta_squared.Rd +++ b/man/eta_squared.Rd @@ -91,8 +91,8 @@ from the fitted model, if they were provided during fitting.} \item{alternative}{a character string specifying the alternative hypothesis; Controls the type of CI returned: \code{"greater"} (default) or \code{"less"} -(one-sided CI), or \code{"two.sided"} (default, two-sided CI). Partial matching -is allowed (e.g., \code{"g"}, \code{"l"}, \code{"two"}...). See \emph{One-Sided CIs} in +(one-sided CI), or \code{"two.sided"} (two-sided CI). Partial matching is +allowed (e.g., \code{"g"}, \code{"l"}, \code{"two"}...). See \emph{One-Sided CIs} in \link{effectsize_CIs}.} \item{verbose}{Toggle warnings and messages on or off.} diff --git a/man/oddsratio.Rd b/man/oddsratio.Rd index cf4810cc..e8c8c1de 100644 --- a/man/oddsratio.Rd +++ b/man/oddsratio.Rd @@ -28,10 +28,9 @@ nnt(x, y = NULL, ci = 0.95, alternative = "two.sided", ...) \item{ci}{Confidence Interval (CI) level} \item{alternative}{a character string specifying the alternative hypothesis; -Controls the type of CI returned: \code{"two.sided"} (two-sided CI; default), -\code{"greater"} (one-sided CI) or \code{"less"} (one-sided CI). Partial matching is -allowed (e.g., \code{"g"}, \code{"l"}, \code{"two"}...). See \emph{One-Sided CIs} in -\link{effectsize_CIs}.} +Controls the type of CI returned: \code{"two.sided"} (default, two-sided CI), +\code{"greater"} or \code{"less"} (one-sided CI). Partial matching is allowed (e.g., +\code{"g"}, \code{"l"}, \code{"two"}...). See \emph{One-Sided CIs} in \link{effectsize_CIs}.} \item{log}{Take in or output the log of the ratio (such as in logistic models), e.g. when the desired input or output are log odds ratios instead odds ratios.} diff --git a/man/phi.Rd b/man/phi.Rd index ee63c900..712b9bd8 100644 --- a/man/phi.Rd +++ b/man/phi.Rd @@ -56,8 +56,8 @@ Defaults to \code{TRUE}; Advisable for small samples and large tables.} \item{alternative}{a character string specifying the alternative hypothesis; Controls the type of CI returned: \code{"greater"} (default) or \code{"less"} -(one-sided CI), or \code{"two.sided"} (default, two-sided CI). Partial matching -is allowed (e.g., \code{"g"}, \code{"l"}, \code{"two"}...). See \emph{One-Sided CIs} in +(one-sided CI), or \code{"two.sided"} (two-sided CI). Partial matching is +allowed (e.g., \code{"g"}, \code{"l"}, \code{"two"}...). See \emph{One-Sided CIs} in \link{effectsize_CIs}.} \item{...}{Ignored.} diff --git a/man/r2_semipartial.Rd b/man/r2_semipartial.Rd index a8246d49..6ab6019e 100644 --- a/man/r2_semipartial.Rd +++ b/man/r2_semipartial.Rd @@ -23,8 +23,8 @@ r2_semipartial( \item{alternative}{a character string specifying the alternative hypothesis; Controls the type of CI returned: \code{"greater"} (default) or \code{"less"} -(one-sided CI), or \code{"two.sided"} (default, two-sided CI). Partial matching -is allowed (e.g., \code{"g"}, \code{"l"}, \code{"two"}...). See \emph{One-Sided CIs} in +(one-sided CI), or \code{"two.sided"} (two-sided CI). Partial matching is +allowed (e.g., \code{"g"}, \code{"l"}, \code{"two"}...). See \emph{One-Sided CIs} in \link{effectsize_CIs}.} \item{...}{Arguments passed to or from other methods.}