Last data update: 2014.03.03

R: Internal Function: evaluate box plot
include.othersR Documentation

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

Author(s)

Dominik Reusser

See Also

box.plots

Results