diff --git a/R/ggcoefstats.R b/R/ggcoefstats.R index 4be87f047..9b26119ee 100644 --- a/R/ggcoefstats.R +++ b/R/ggcoefstats.R @@ -14,7 +14,7 @@ #' - The dot-whisker plot contains a dot representing the **estimate** and their #' **confidence intervals** (`95%` is the default). The estimate can either be #' effect sizes (for tests that depend on the `F`-statistic) or regression -#' coefficients (for tests with `t`-, $\chi^{2}$-, and `z`-statistic), etc. The +#' coefficients (for tests with `t`-, `chi^2`-, and `z`-statistic), etc. The #' function will, by default, display a helpful `x`-axis label that should #' clear up what estimates are being displayed. The confidence intervals can #' sometimes be asymmetric if bootstrapping was used. diff --git a/man/ggcoefstats.Rd b/man/ggcoefstats.Rd index ad0f5e2da..308ef80ef 100644 --- a/man/ggcoefstats.Rd +++ b/man/ggcoefstats.Rd @@ -158,7 +158,7 @@ be invariant across models: \item The dot-whisker plot contains a dot representing the \strong{estimate} and their \strong{confidence intervals} (\verb{95\%} is the default). The estimate can either be effect sizes (for tests that depend on the \code{F}-statistic) or regression -coefficients (for tests with \code{t}-, $\chi^{2}$-, and \code{z}-statistic), etc. The +coefficients (for tests with \code{t}-, \code{chi^2}-, and \code{z}-statistic), etc. The function will, by default, display a helpful \code{x}-axis label that should clear up what estimates are being displayed. The confidence intervals can sometimes be asymmetric if bootstrapping was used.