plotor
plotor makes it easy to generate clear, publication-ready odds-ratio plots and tables from logistic regression models.
If you work with binary outcomes, plotor helps you go from model → interpretation in seconds.
What plotor does
- Produces clean, ggplot2-based odds ratio plots
- Generates tidy odds ratio tables (with optional mini-plots)
- Provides automated assumption checks for logistic regression
- Works seamlessly with the tidyverse
Example outputs
Installation
Stable release (CRAN):
install.packages("plotor")Using {pak}:
# install.packages("pak")
pak::pak("plotor")Development version:
# install.packages("pak")
pak::pak("craig-parylo/plotor")Learn more
Full documentation: https://craig-parylo.github.io/plotor/



