Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Generate publication-ready regression tables in LaTeX.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | 14% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 65% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 46% | 0% |
| case-16 | ✗→✓ | ▲ Improved | 50% | 0% |
| case-22 | ✗→✓ | ▲ Improved | -55% | 0% |
This skill creates clean, publication-ready tables in LaTeX for regression results and summary statistics, using standard academic formatting.
Follow these steps to complete the task:
Before generating any code, ask the user:
Based on the context, generate LaTeX code that:
booktabs for clean horizontal rulesAfter generating output:
latex% ============================================ % Regression Table % ============================================ \begin{table}[htbp]\centering \caption{Effect of Treatment on Outcome} \label{tab:main_results} \begin{tabular}{lccc} \toprule & (1) & (2) & (3) \\ \midrule Treatment & 0.125*** & 0.118*** & 0.102** \\ & (0.041) & (0.039) & (0.046) \\ Controls & No & Yes & Yes \\ Fixed Effects & No & Yes & Yes \\ \midrule Observations & 2,145 & 2,145 & 2,145 \\ R-squared & 0.18 & 0.24 & 0.31 \\ \bottomrule \end{tabular} \begin{tablenotes} \small \item Notes: Standard errors in parentheses. * p<0.10, ** p<0.05, *** p<0.01. \end{tablenotes} \end{table}
booktabsthreeparttable (optional for notes)Other measured skills in the registry, with their headline benchmark lift.