Commit Graph

8 Commits

Author SHA1 Message Date
fff3019e27 Extend inspection/violation data through 2025
- SQL year filters: BETWEEN 2016 AND 2025
- is_budget_year flag: year >= 2024 (covers both 2024 budget estimate and
  2025 where no budget data exists) — both excluded from regressions
- Data & Methods and Analysis cells updated to reflect 2016-2025 data range
  with 2016-2023 as the regression sample

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 12:49:52 -08:00
365bbe570a Add journal-quality Data & Methods, Analysis, and Results write-up cells
Three markdown cells written in PAR/Policy Studies Journal style:
- Data and Methods: sources, sample, variables, model equations
- Analysis: analytical strategy and identification rationale
- Results: full findings with formatted tables for all four hypotheses

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 12:45:31 -08:00
9d18c02105 Fix display_cols to detect summary2 column names dynamically
statsmodels uses z/P>|z| instead of t/P>|t| with cluster-robust SEs
in some versions. Auto-detect from the actual table columns.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 12:36:28 -08:00
c75d8dcb2d Add requirements.txt
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 12:31:04 -08:00
19c599c952 Use absolute path for venv interpreter in workspace settings
Relative paths are not resolved by VS Code for python.defaultInterpreterPath.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 12:29:49 -08:00
612d8c11e2 Fix VS Code interpreter path to use relative path
${workspaceFolder} is not expanded in python.defaultInterpreterPath;
use a relative path instead.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 12:27:41 -08:00
da28b6a265 Add venv interpreter config and gitignore
VS Code workspace settings point to project-local .venv so the correct
Python interpreter is auto-selected on open.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 12:25:44 -08:00
8038a3fab4 Initial commit: texas inspection expenses analysis notebook
Jupyter notebook analyzing RRC budget (2016-2024) against inspection/violation
outcomes across Texas RRC districts. Tests four hypotheses: organizational
capacity, goal ambiguity, district multilevel effects, and spatial factors.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 12:17:56 -08:00