naep_compare_years
Analyze NAEP score changes between assessment years with statistical significance testing to track educational trends and measure learning impacts.
Instructions
Compare NAEP scores across assessment years with significance testing. Shows whether score changes between years are statistically significant. Great for tracking the COVID learning loss and recovery.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | Subject: 'reading', 'math', 'science', 'writing', 'civics', 'history', 'geography', 'economics', 'tel', 'music'. Aliases accepted. | |
| grade | Yes | Grade: 4, 8, or 12. Math: 4,8 only. Economics/TEL/Music: 8 or 12 only. | |
| years | Yes | Comma-separated years to compare: '2022,2019' or '2022,2019,2017' | |
| variable | No | 'TOTAL' (default), 'SDRACE', 'GENDER', 'SLUNCH3' | |
| jurisdiction | No | 'NP' (default), or state codes |