Skip to content

Commit

Permalink
minor docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DominiqueMakowski committed Feb 8, 2024
1 parent 6e0870a commit a18e975
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/p_direction.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#' with an equal posterior mass of positive and negative values. Values close to
#' 0.5 _cannot_ be used to support the null hypothesis (that the parameter does
#' _not_ have a direction) is a similar why to how large p-values cannot be used
#' to support the null hypothesis (see [`pd_tp_p()`]; Makowski et al., 2019).
#' to support the null hypothesis (see [`pd_to_p()`]; Makowski et al., 2019).
#' \cr\cr
#' **For a discrete parameter space or a parameter space that is a mixture
#' between discrete and continuous spaces**, exact values of 0 (or any point
Expand All @@ -75,7 +75,7 @@
#' the larger of the two. This "simple" method is the most straightforward, but
#' its precision is directly tied to the number of posterior draws.
#' \cr\cr
#' The second approach relies on [`density estimation()`]: It starts by
#' The second approach relies on [density estimation][estimate_density]: It starts by
#' estimating the continuous-smooth density function (for which many methods are
#' available), and then computing the [area under the curve][area_under_curve]
#' (AUC) of the density curve on either side of `null` and taking the maximum
Expand Down
4 changes: 2 additions & 2 deletions man/p_direction.Rd

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

0 comments on commit a18e975

Please sign in to comment.