Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jan 7, 2025
1 parent c59c087 commit 63f13fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/p_function.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
#' null hypothesis is correct (Wikipedia)._
#'
#' However, this definition or interpretation is inadequate because it only
#' referes to the test hypothesis (often the null hypothesis), which is only
#' refers to the test hypothesis (often the null hypothesis), which is only
#' one component of the entire model that is being tested. Thus,
#' _Greenland et al. 2022_ suggest an "unconditional" interpretation.
#'
Expand Down
2 changes: 1 addition & 1 deletion man/p_function.Rd

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

8 changes: 4 additions & 4 deletions tests/testthat/_snaps/brms.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
var_binom1:groupsb | 0.53 | [-1.70, 2.69] | 69.25% | 1.000 | 2699.00
Message
Uncertainty intervals (equal-tailed) and p-values (two-tailed) computed
using a MCMC distribution approximation.
Uncertainty intervals (equal-tailed) computed using a MCMC distribution
approximation.
The model has a log- or logit-link. Consider using `exponentiate =
TRUE` to interpret coefficients as ratios.
Expand All @@ -36,6 +36,6 @@
var_binom1:groupsb | 1.69 | [0.18, 14.80] | 69.25% | 1.000 | 2699.00
Message
Uncertainty intervals (equal-tailed) and p-values (two-tailed) computed
using a MCMC distribution approximation.
Uncertainty intervals (equal-tailed) computed using a MCMC distribution
approximation.

0 comments on commit 63f13fd

Please sign in to comment.