All rights reserved. The non-commercial (academic) use of this software is free of charge. The only thing that is asked in return is to cite this software when results are used in publications.
This free online software (calculator) computes the Bagplot for a bivariate data set.
Peter Wolf describes the Bagplot as follows: A bagplot is a bivariate generalization of the well known boxplot. It has been proposed by Rousseeuw,
Ruts, and Tukey. In the bivariate case the box of the boxplot changes to a convex polygon, the bag
of bagplot. In the bag are 50 percent of all points. The fence separates points within the fence from
points outside. It is computed by increasing the the bag. The loop is defined as the convex hull
containing all points inside the fence. If all points are on a straight line you get a classical boxplot. (source: Peter Wolf and Uni Bielefeld, 2007, *aplpack: Another Plot PACKage: stem.leaf, bagplot, faces, spin3R, ...*, R package version 1.1.1, http://www.wiwi.uni-bielefeld.de/~wolf/software/aplpack
This R module is based on the following original R code: http://addictedtor.free.fr/graphiques/graphcode.php?graph=112
Enter (or paste) your data delimited by hard returns.
Click here to edit the underlying code of this R Module.| Source code of R module | |
|