From 706179b0083811ab28425c449563ee73079363e1 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 3 Sep 2024 19:14:01 +0200 Subject: [PATCH] docs --- R/p_significance.R | 2 +- man/p_significance.lm.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/p_significance.R b/R/p_significance.R index a178b1567..1b640cad1 100644 --- a/R/p_significance.R +++ b/R/p_significance.R @@ -12,7 +12,7 @@ bayestestR::p_significance #' negligible effect in the median's direction, considering a parameter's _full_ #' confidence interval. In comparison the the [`equivalence_test()`] function, #' where the *SGPV* (second generation p-value) describes the proportion of the -#' confidence interval that is _inside_ the ROPE, the value returned by +#' _full_ confidence interval that is _inside_ the ROPE, the value returned by #' `p_significance()` describes the _larger_ proportion of the _full_ confidence #' interval that is _outside_ the ROPE. This makes `p_significance()` comparable #' to [`bayestestR::p_direction()`], however, while `p_direction()` compares to diff --git a/man/p_significance.lm.Rd b/man/p_significance.lm.Rd index ca99ae9a1..b193d8860 100644 --- a/man/p_significance.lm.Rd +++ b/man/p_significance.lm.Rd @@ -35,7 +35,7 @@ the probability that an effect is above a given threshold corresponding to a negligible effect in the median's direction, considering a parameter's \emph{full} confidence interval. In comparison the the \code{\link[=equivalence_test]{equivalence_test()}} function, where the \emph{SGPV} (second generation p-value) describes the proportion of the -confidence interval that is \emph{inside} the ROPE, the value returned by +\emph{full} confidence interval that is \emph{inside} the ROPE, the value returned by \code{p_significance()} describes the \emph{larger} proportion of the \emph{full} confidence interval that is \emph{outside} the ROPE. This makes \code{p_significance()} comparable to \code{\link[bayestestR:p_direction]{bayestestR::p_direction()}}, however, while \code{p_direction()} compares to