prob_inferior | R Documentation |
Probability that items in a are inferior to b
prob_inferior(a, b, delta = 0)
a |
A matrix or vector of items to compare to b |
b |
A vector or matrix to which a is compared |
delta |
The minimal effect bound |
A vector of probabilities
prob_inferior(mvnfast::rmvn(1e4, 1:3, diag(1, 3)), rnorm(1e4), 1)
prob_inferior(rnorm(1e4), mvnfast::rmvn(1e4, 1:3, diag(1, 3)), 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.