include.others {tiger} | R Documentation |
Find clusters with a comparable position on the box plot with respect to the best value. Comparable position means the median of one set of values falls within the interquartile range of the reference set of values
include.others(selected, center, stats, best = FALSE)
selected |
index of the best value set. |
center |
where is the best value within the |
stats |
stats element of a boxplot result |
best |
are we comparing against the best set? |
Vector of indizes for which elements are comparable
Dominik Reusser