powered by
Compute the proportion of a posterior distribution that lies within a region of practical equivalence.
rope(posterior, bounds = c(-0.1, 0.1), CI = 95, overlap = FALSE)
Posterior Distribution.
Rope lower and higher bounds.
The credible interval to use.
Compute rope overlap (EXPERIMENTAL).
list containing rope indices
# NOT RUN { library(psycho) posterior <- rnorm(1000, 0, 0.01) results <- rope(posterior) results$decision # }
Run the code above in your browser using DataLab