what do lines that double back on themselves mean box plots

10 vues (au cours des 30 derniers jours)
cgenes
cgenes le 13 Mai 2019
Modifié(e) : Adam Danz le 15 Août 2023
HI
i'm using anova1 and it produces plots like this
it's a dumb question: but what do the lines mean that double back on themselves? red line in median i thin whiskers are outliers and the boxes should be 75 and 25 percentiles i thought
thanks
Charlie

Réponse acceptée

Adam Danz
Adam Danz le 13 Mai 2019
Modifié(e) : Adam Danz le 15 Août 2023
It's not a dumb question.
The notches on the sides of a box plot can be interpreted as a comparison interval around the median values. The height of the notch is the median +/- 1.57 x IQR/sqrt(n) where IQR is the interquartile range defined by the 25th and 75th percentiles and n is the number of data points [1]. If the notches of two boxes do not overlap, there is strong evidence that their medians "significantly differ"[2], a phrase that is working its way out of statistics [3].
The reason why your notches extend beyond the 25th and/or 75th percentiles is due to the uncertainty of the true median value. This often happens if your sample size is small (because you're dividing by the sqrt(n) to calculate the notch height).
image above: [2]
To apply that to your box plots:
Update: a pictoral explanation of boxplot notches has been added to Matlab's documentation [4,5].
  4 commentaires
John Kearns
John Kearns le 28 Juil 2023
I have just started looking into box plots/charts and this is the first description I've found that's clear to me at all. Thank you for taking the time to make descriptive figures, this is very helpful.
Daniel Hall
Daniel Hall le 15 Août 2023
This has helped me a lot too thank you for this

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Analysis of Variance and Covariance dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by