Learn R Programming

report (version 0.1.0)

interpret_rope: ROPE percentage Interpretation

Description

ROPE percentage Interpretation

Usage

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

Arguments

rope_percentage

Value or vector of ROPE-percentages.

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

Can be "default" or custom set of rules.

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