Interpret Bayesian Posterior Percentage in ROPE.
Interpretation of
interpret_rope(rope, rules = "default", ci = 0.9)
rope
: Value or vector of percentages in ROPE.rules
: A character string (see details) or a custom set of rules()
.ci
: The Credible Interval (CI) probability, corresponding to the proportion of HDI, that was used. Can be 1
in the case of "full ROPE".Default
For CI \< 1
For CI = 1
interpret_rope(0, ci = 0.9) interpret_rope(c(0.005, 0.99), ci = 1)