SkillAgentSearch skills...

Dotwhisker

Dot-and-Whisker Plots of Regression Results

Install / Use

/learn @fsolt/Dotwhisker
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<img src="https://user-images.githubusercontent.com/58319029/113226393-a7b68700-92c2-11eb-9221-a4a10fcd7112.png" align="right" alt="" width="120" />

CRAN version Travis-CI Build Status


dotwhisker

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, and predictors can be grouped in brackets.

To install:

  • the latest release version: install.packages("dotwhisker").
  • the latest development version: if (!require("remotes")) install.packages("remotes"); remotes::install_github("fsolt/dotwhisker").

More details are available at here:

https://cran.r-project.org/web/packages/dotwhisker/vignettes/dotwhisker-vignette.html

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Related Skills

View on GitHub
GitHub Stars61
CategoryDevelopment
Updated10h ago
Forks11

Languages

BibTeX Style

Security Score

85/100

Audited on Apr 7, 2026

No findings