Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Scaffolds a method-specific analysis notebook (DiD, IV, RDD, LASSO, Panel FE) with boilerplate. Use when starting a new econometric analysis.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-15 | ✗→✓ | ▲ Improved | -15% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 15% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -13% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -24% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -17% | 0% |
Create a new notebook pre-populated with method-specific boilerplate for a common econometric technique.
$ARGUMENTS — the method name and optional title (e.g., "DiD Event Study", "IV Analysis of Colonial Origins", "RDD Minimum Wage", "LASSO Variable Selection", "Panel FE Growth Regressions")/project:new-notebook:notebooks/ for existing files to determine the next sequential number.ipynb with the appropriate kernel and setup cell:import sys; sys.path.insert(0, ".."); from config import set_seeds, DATA_DIR; set_seeds()source("../config.R"); set_seeds()clear all followed by set seed 42All methods include these sections:
#| label: tbl-<method>-sumstats)#| label: tbl-<method>-main)#| label: fig-<method>-main)Method-specific boilerplate:
#| label: fig-event-study), TWFE regression, staggered treatment note#| label: fig-rd-plot)#| label: fig-lasso-path), selected variables, post-LASSO OLS.md pair:bash uv run jupytext --set-formats ipynb,md:myst notebooks/<name>.ipynb
_quarto.yml under manuscript.notebooks:yaml
title: "N<number>: <title>"
quarto render notebooks/<name>.ipynbOther measured skills in the registry, with their headline benchmark lift.