prob_all_equi | R Documentation |
Used internally. This function takes a matrix
as calculated by the
get_draws_binom()
, get_draws_norm()
or a corresponding custom function
(specified using the fun_draws
argument in setup_trial()
; see
get_draws_generic()
), and an equivalence difference, and calculates the
probability of all arms being equivalent (absolute differences between
highest and lowest value in the same set of posterior draws being less than
the difference considered practically equivalent).
prob_all_equi(m, equivalence_diff = NULL)
m |
a matrix with one column per trial arm (named as the |
equivalence_diff |
single numeric value ( |
A single numeric value corresponding to the probability of all arms being practically equivalent.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.