prob_h_indiff | R Documentation |
Probability that the h best populations ranked according to ord are the best h.
prob_h_indiff(mat, r = order(expected_rank(mat)), delta)
mat |
A matrix of samples |
r |
A ranking vector giving the order from smallest to largest |
delta |
An indifference zone value |
A vector giving the probability of indifference (equivalence) between the h ranked means
# Expect high probability that two best identified
# Others should be 50/50
D <- mvnfast::rmvn(4e4, c(1,1,2,2), diag(0.1,4))
rbind(prob_h_best(D), prob_h_indiff(D, delta = 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.