dotwhisker
Solt, Frederick, Yue Hu, Ben Bolker, Os Keyes, Stefan Müller, Thomas Leeper, Chris Wallace, and Christopher Warshaw. 2026. dotwhisker: Dot-and-Whisker Plots of Regression Results. R package version 0.8.6. The Comprehensive R Archive Network (CRAN).
dotwhisker is an R package for quickly and easily generating dot-and-whisker plots of regression results, either directly from model objects or from tidy data frames. It provides a convenient way to create highly customizable plots for presenting and comparing statistics. It can be used to plot coefficients or other estimates (e.g., predicted probabilities) within a model or compare them across different models. The estimates are presented as dots with confidence interval whiskers.
To install:
- the latest released version:
install.packages("dotwhisker"). - the latest development version:
devtools::install_github("fsolt/dotwhisker").
For more details, check out the vignette
- Posted on:
- June 24, 2026
- Length:
- 1 minute read, 125 words
- Categories:
- methodology visualization
- See Also: