Learn R Programming

tiger (version 0.2.3.1)

include.others: Internal Function: evaluate box plot

Description

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

Usage

include.others(selected, center, stats, best = FALSE)

Arguments

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?

Value

Vector of indizes for which elements are comparable

See Also

box.plots