table
Installation
SKILL.md
LaTeX Table Formatting Skill
This skill generates publication-quality regression tables, summary statistics tables, and multi-panel layouts for economics journals. Covers the major table-making tools: esttab/estout (Stata), modelsummary/fixest::etable (R), and stargazer (R/Python).
Quick Decision: Which Tool to Use
| Tool | Language | Best For |
|---|---|---|
esttab/estout |
Stata | Most flexible; Stata-native workflows |
modelsummary |
R | Modern, clean API; many output formats |
fixest::etable |
R | Fast tables from fixest regressions |
stargazer |
R | Classic; widely used in econ |
statsmodels summary + manual |
Python | Custom formatting |