- side
character. Either "one-sided" or "two-sided".
- steps
numeric vector of p-value cut points. These define
length(steps) + 1 p-value bins and must be ordered values in
(0, 1).
- weights
a weight-prior object created by wf_cumulative(),
wf_fixed(), or wf_independent().
- reference
character. Reference bin, currently
"most_significant".
- prior_weights
numeric prior model weight.
- alpha
optional positive cumulative-Dirichlet concentration parameters,
one per p-value bin. If NULL, prior_weightfunction() uses
rep(1, length(steps) + 1). Cumulative weights encode monotone
decreasing publication weights relative to the most-significant bin.
- omega
fixed publication weights, one per bin; values must be
non-missing, nonnegative, and match length(steps) + 1 when used in
prior_weightfunction().
- prior
continuous simple prior distribution for each non-reference
weight. Point, discrete, mixture, and other non-simple priors are invalid.
- scale
latent scale for independent weights; either "omega",
"log_omega", or the "log" alias. Direct "omega" priors
need nonnegative support; "log" is normalized to "log_omega".