Stata Packages for Research
A collection of open-source Stata packages for research, data analysis, and visualization.
Quick Install
Install any package directly in Stata:
net install packagename, from("https://raw.githubusercontent.com/bbdaniels/stata/main/")
Featured Packages
forest
Create forest plots visualizing results from multiple regressions with effect sizes and error control.
Visualizationoutwrite
Export regression results to Excel, CSV, or LaTeX with customizable formatting.
Regressionbetterbar
Bar graphs with standard error bars and cross-group comparisons.
Visualizationcrossfold
K-fold cross-validation to evaluate model out-of-sample fit.
Analysisspecc
Automate specification curve analysis across the garden of forking paths.
Analysissumstats
Generate summary statistics tables with conditional restrictions.
TablesCitation
If you use these packages in your research, please cite:
@software{daniels_stata_packages,
author = {Benjamin Daniels},
title = {Stata Packages for Research},
year = {2024},
publisher = {Zenodo},
doi = {10.5281/zenodo.6263355}
}