Skip to content

Commit

Permalink
exa
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jul 3, 2023
1 parent 7a269cf commit 9e74041
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions R/weighted_posteriors.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@
#'
#' wp <- weighted_posteriors(extra_sleep, verbose = FALSE)
#'
#' describe_posterior(extra_sleep, test = NULL)
#' describe_posterior(wp$delta, test = NULL) # also considers the null
#' describe_posterior(extra_sleep, test = NULL, verbose = FALSE)
#' # also considers the null
#' describe_posterior(wp$delta, test = NULL, verbose = FALSE)
#' }
#'
#'
Expand Down
5 changes: 3 additions & 2 deletions man/weighted_posteriors.Rd

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

0 comments on commit 9e74041

Please sign in to comment.