prob_all_superior | R Documentation |
Probability that all in a are superior b
prob_all_superior(a, b, delta = 0)
a |
A matrix |
b |
A vector |
delta |
The minimal effect bound |
A numeric probability
# All superior
prob_all_superior(matrix(rnorm(1e4, 1:10), 1000, 10, byrow = T), rnorm(1e4, 0), 0.5)
# All non-inferior
prob_all_superior(matrix(rnorm(1e4, 1:10), 1000, 10, byrow = T), rnorm(1e4, 0), -0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.