Box Plot
Jump to navigation
Jump to search
Create a box plot. The range of the box indicates the interquartile range of the data and the central line shows the median. For more explanation, see Plotly's help page on box plots This blog post describes how to create a box plot in Displayr.
Example
Additional information
In Displayr, quantiles or percentiles are mostly computed using as described in Hyndman and Fan (1996). However, box plots are rendered by plotly, which uses . satisfies certain properties that are useful for visual display, although has a better justification for estimation. Any difference between and should be quite small unless the sample size is very small.
Acknowledgements
The density is computed using the base R density function and the plot is created using plotly.