Dear all,

a simple question about boxplot() function,
on how not to display a set of values (outliers), but keep the same median
of the original dataset on the display ;

more precisely :


given a dataset : 1,2,3,4,5,6, 100, 200,300
the median is : 5

after removing the extreme values : 100, 200, 300
the median is 3.5,

but would still like to display a boxplot with median of 5. would this be
possible ? thank you !

-- bogdan

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to