← Back to Workflow Pillar

Workflow Guide Index

All 30 guides in this category.

rename in Stata: Bulk Rename Patterns with Wildcards

13 min read

Build a reproducible rename stata workflow in Stata with execution logs, fail-fast assertions, and review-ready outputs.

order and sort in Stata: Stable, Readable Datasets for Reproducibility

13 min read

Build a reproducible order stata workflow in Stata with execution logs, fail-fast assertions, and review-ready outputs.

Stata Frames: Working with Multiple Datasets in Memory

21 min read

Build a reproducible frames stata workflow in Stata with execution logs, fail-fast assertions, and review-ready outputs.

esttab and eststo in Stata: Consistent Regression Tables

17 min read

Build a reproducible esttab stata workflow in Stata with execution logs, fail-fast assertions, and review-ready outputs.

outreg2 in Stata: Fast Regression Tables and Caveats

17 min read

Build a reproducible outreg2 stata workflow in Stata with execution logs, fail-fast assertions, and review-ready outputs.

asdoc in Stata: Exporting Tables to Word Safely

13 min read

Build a reproducible asdoc stata workflow in Stata with execution logs, fail-fast assertions, and review-ready outputs.

Stata Logs: log using, SMCL vs Text, and Troubleshooting Records

13 min read

Build a reproducible log using stata workflow in Stata with execution logs, fail-fast assertions, and review-ready outputs.

Stata Do-File Structure: A Professional Reproducible Template

13 min read

Build a reproducible do file stata workflow in Stata with execution logs, fail-fast assertions, and review-ready outputs.

Local vs Global Macros in Stata: Scope, Safety, and Patterns

17 min read

Build a reproducible globals vs locals stata workflow in Stata with execution logs, fail-fast assertions, and review-ready outputs.

foreach in Stata: Iterate Variables and Files Safely

13 min read

Build a reproducible foreach loop stata workflow in Stata with execution logs, fail-fast assertions, and review-ready outputs.

forvalues in Stata: Numeric Iteration with Clean Indexing

13 min read

Build a reproducible forvalues stata workflow in Stata with execution logs, fail-fast assertions, and review-ready outputs.

tempfile and tempname in Stata: Safer Intermediate Pipelines

17 min read

Build a reproducible tempfile stata workflow in Stata with execution logs, fail-fast assertions, and review-ready outputs.

File Paths in Stata: Windows vs Mac/Linux and Space-Safe Paths

13 min read

Build a reproducible file path stata workflow in Stata with execution logs, fail-fast assertions, and review-ready outputs.

capture, noisily, and assert in Stata: Robust Script Patterns

17 min read

Build a reproducible capture noisily stata workflow in Stata with execution logs, fail-fast assertions, and review-ready outputs.

assert in Stata: Data Validation Checks That Fail Fast

17 min read

Build a reproducible assert stata workflow in Stata with execution logs, fail-fast assertions, and review-ready outputs.

preserve and restore in Stata: Safe Temporary Transforms

13 min read

Build a reproducible preserve restore stata workflow in Stata with execution logs, fail-fast assertions, and review-ready outputs.

tabstat and table in Stata: Summary Tables for Reporting

17 min read

Build a reproducible tabstat stata workflow in Stata with execution logs, fail-fast assertions, and review-ready outputs.

bootstrap in Stata: Correct Resampling Standard Errors

17 min read

Build a reproducible bootstrap stata workflow in Stata with execution logs, fail-fast assertions, and review-ready outputs.

jackknife in Stata: Use Cases, Limits, and Pitfalls

21 min read

Build a reproducible jackknife stata workflow in Stata with execution logs, fail-fast assertions, and review-ready outputs.

simulate in Stata: Monte Carlo Designs That Replicate

21 min read

Build a reproducible simulate stata workflow in Stata with execution logs, fail-fast assertions, and review-ready outputs.

Reproducibility in Stata: set seed, RNG Streams, version

17 min read

Build a reproducible set seed stata workflow in Stata with execution logs, fail-fast assertions, and review-ready outputs.

version in Stata Do-Files: Cross-Machine Consistency Control

17 min read

Build a reproducible version stata workflow in Stata with execution logs, fail-fast assertions, and review-ready outputs.

Installing Stata Packages: ssc install, net install, Conflicts

13 min read

Build a reproducible ssc install stata workflow in Stata with execution logs, fail-fast assertions, and review-ready outputs.

putexcel in Stata: Export Results to Excel Reliably

17 min read

Build a reproducible putexcel stata workflow in Stata with execution logs, fail-fast assertions, and review-ready outputs.

putdocx in Stata: Build Automated Word Reports

21 min read

Build a reproducible putdocx stata workflow in Stata with execution logs, fail-fast assertions, and review-ready outputs.

export delimited in Stata: Controlled CSV Exports for Replication

13 min read

Build a reproducible export delimited stata workflow in Stata with execution logs, fail-fast assertions, and review-ready outputs.

Speed Up reshape and merge in Stata: Performance Design Patterns

21 min read

Build a reproducible reshape performance stata workflow in Stata with execution logs, fail-fast assertions, and review-ready outputs.

compress in Stata: Reduce Memory Safely Without Semantic Drift

13 min read

Build a reproducible compress stata workflow in Stata with execution logs, fail-fast assertions, and review-ready outputs.

set maxvar in Stata: Wide-Data Limits and Better Alternatives

17 min read

Build a reproducible set maxvar stata workflow in Stata with execution logs, fail-fast assertions, and review-ready outputs.

Stata Data Quality Checklist: Uniqueness, Ranges, Missingness, Logs

17 min read

Build a reproducible datacheck stata workflow in Stata with execution logs, fail-fast assertions, and review-ready outputs.