Assuming that data set X consists of a categorical group variable a numeric value,
a summary of the first quartile, median and third quartile of this value is calculated
for each group.
The extent (as absolute difference) of the minimum and maximum value across groups is computed for
first quartile, median and third quartile. Same is done for data PX.
Finally an euclidean distance is calculated between the absolute differences of
X and PX.
Usage
box_dist(X, PX)
Value
distance between X and PX
Arguments
X
a data.frame with one factor variable and one continuous
variable
PX
a data.frame with one factor variable and one continuous
variable