Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 16, 2024
1 parent 81cbdbc commit 0789ab2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion R/p_significance.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
#' (i.e. the threshold range is set to -0.1 and 0.1, i.e. reflects a symmetric
#' interval)
#' - a numeric vector of length two (e.g., `c(-0.2, 0.1)`), useful for
#' asymmetric intervals.
#' asymmetric intervals
#' - a list of numeric vectors, where each vector corresponds to a parameter.
#' @inheritParams rope
#' @inheritParams hdi
#'
Expand Down Expand Up @@ -53,6 +54,8 @@
#' chains = 2, refresh = 0
#' )
#' p_significance(model)
#' # multiple thresholds
#' p_significance(model, threshold = list(c(-10, 5), c(-0.2, 0.2), "default"))
#' }
#' @export
p_significance <- function(x, ...) {
Expand Down
5 changes: 4 additions & 1 deletion man/p_significance.Rd

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

0 comments on commit 0789ab2

Please sign in to comment.