powered by
Vaccine
str(Vaccine) attach(Vaccine) fn <- fivenum(number) fn iqr <- IQR(number) ll <- fn[2]-1.5*iqr ul <- fn[4]+1.5*iqr limits <- c(ll,ul) limits boxplot(number) detach(Vaccine)
Run the code above in your browser using DataLab