
Last chance! 50% off unlimited learning
Sale ends in
robust=TRUE
option relies on on a biweight estimator function written by Everitt (2004).bv.boxplot(X, Y, robust = TRUE, D = 7, xlab = "X", ylab = "Y")
robust = TRUE
are recommended.D = 7
lets the fence be equal to a 99 percent confidence interval for an individual observation.bivariate
from Everitt (2004) is used calculate the biweight M-estimators of location, scale and correlation if robust = TRUE
(the default).boxplot
Y1<-rnorm(100,17,3)
Y2<-rnorm(100,13,2)
bv.boxplot(Y1,Y2)
Run the code above in your browser using DataLab