Draft:Sparge plot
![]() | Draft article not currently submitted for review.
This is a draft Articles for creation (AfC) submission. It is not currently pending review. While there are no deadlines, abandoned drafts may be deleted after six months. To edit the draft click on the "Edit" tab at the top of the window. To be accepted, a draft should:
It is strongly discouraged to write about yourself, your business or employer. If you do so, you must declare it. This draft has not been edited in over six months and qualifies to be deleted per CSD G13.
Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
Last edited by Dranthropoid (talk | contribs) 16 months ago. (Update) |
A sparge plot is a diagram depicting the spread of numerical data of one (or more) univariate distribution(s) using a combination of jittered and translucent points and superimposing subtle (e.g. white) boxplot(s) over the darker central collection of datapoints.[1]Sparge plots are similar to sina plots in displaying the points themselves, but sina plots depict kernel density and sparge plots use a boxplot overlay to quantitatively demarcate partitions of distributional spread.
There is an easy way to create a sparge plot, in particular via the 'plot.sparge' function in the 'caroline' R-package:
- The caroline library of the R programming language.[2]
See also
References
- ^ Schruth, David (2023-07-03). "Plot Sparge: Visually compare all points from different univariate distributions". Comprehensive R Archive Network.
- ^ https://cran.r-project.org/web/packages/caroline/index.html