Learn R Programming

effectsize (version 0.3.3)

interpret_rope: Interpret Bayesian diagnostic indices

Description

Interpretation of Bayesian indices of percentage in ROPE.

Usage

interpret_rope(rope, ci = 0.9, rules = "default")

Arguments

rope

Value or vector of percentages in ROPE.

ci

The Credible Interval (CI) probability, corresponding to the proportion of HDI, that was used. Can be 1 in the case of "full ROPE".

rules

A character string (see details) or a custom set of rules().

Details

Rules sets:

References

BayestestR's reporting guidelines

Examples

Run this code
# NOT RUN {
#'
interpret_rope(0, ci = 0.9)
interpret_rope(c(0.005, 0.99), ci = 1)

# }

Run the code above in your browser using DataLab