Skip to content

Commit 281800c

Browse files
authored
Merge pull request #107 from code4policy/over_it
changes?
2 parents bd13e05 + 512a99c commit 281800c

2 files changed

Lines changed: 47 additions & 39 deletions

File tree

impacts.html

Lines changed: 7 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -182,45 +182,13 @@ <h3 class="block-title">Harvard</h3>
182182
<div class="method-banner">
183183
<button class="method-toggle" aria-expanded="false">What Are These Numbers?<span class="chev"></span></button>
184184
<div class="method-content" hidden>
185-
<ol>
186-
<li>
187-
<strong>Step 1:</strong> Merge data sources to obtain key information
188-
<ul>
189-
<li>Data sources include the Massachusetts Department of Environmental Protection's Municipal Solid Waste and Recycling surveys from 2009 to 2024, inclusive; the Massachusetts Department of Revenue's Divison of Local Services; and the Massachusetts Department of Environmental Protection's spreadsheet, "Massachusetts Municipalities with PAYT Programs, June 2025".</li>
190-
<li>Key information: PAYT adoption year, years pre- and post-PAYT adoption, number of households enrolled in each municipality's trash system, annual tonnage disposed per household.</li>
191-
</ul>
192-
</li>
193-
<li>
194-
<strong>Step 2:</strong> Generate annual tons of waste disposed per household
195-
<ul>
196-
<li>Tons per household are calculated by dividing the municipality's total annual disposal tonnage by the number of households served by the PAYT program.</li>
197-
<li>Tons per household standardizes our metric, as larger municipalities will dispose of more total trash than smaller municipalities.</li>
198-
</ul>
199-
</li>
200-
<li>
201-
<strong>Step 3:</strong> Remove records that would distort the "normal trash" comparison
202-
<ul>
203-
<li>Keep only rows of data in which bulky waste is excluded.</li>
204-
<li>Exclude years that did not record yearly tonnage.</li>
205-
</ul>
206-
</li>
207-
<li>
208-
<strong>Step 4:</strong> Identify the longest pre- and post-period for parallel trends
209-
<ul>
210-
<li>Filter data to contain municipalities with data 5 years before implementing PAYT through 5 years after implementing PAYT.</li>
211-
<li>If one town has 20 years of data and another has 3 years, comparisons may not follow parallel trends; therefore, we may not conclude that adopting PAYT had a statistically significant result.</li>
212-
</ul>
213-
</li>
214-
<li>
215-
<strong>Step 5:</strong> Select Harvard, Chicopee, Heath, Hinsdale, and Peru
216-
</li>
217-
<li>
218-
<strong>Step 6:</strong> Create a time series chart
219-
<ul>
220-
<li><strong>IMPORTANT NOTE:</strong> Our time of adoption begins at -1 (the adoption year); Year 0 is the implementation year; Year 1 is one year after implementation.</li>
221-
</ul>
222-
</li>
223-
</ol>
185+
<h4>Terminology</h4>
186+
<ul style="margin-bottom: 20px;">
187+
<li><strong>Pre-PAYT Period:</strong> The years before a city started PAYT, showing how much trash households threw away normally.</li>
188+
<li><strong>Post-PAYT Period:</strong> The years after a city implemented PAYT, showing how much trash households threw away with the program.</li>
189+
<li><strong>Parallel Trends:</strong> Comparing cities with similar amounts of data before and after PAYT to ensure fair comparison.</li>
190+
<li><strong>Tons Per Household:</strong> The average amount of trash one household threw away each year, calculated for each city.</li>
191+
</ul>
224192
<p style="margin-top: 15px; font-size: 14px;">For more information on the methodology, visit the <a href="method.html">Methodology Tab</a>.</p>
225193
</div>
226194
</div>

method.html

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,46 @@ <h4>Calculations</h4>
105105
</div>
106106
</div>
107107

108+
<div class="section-note">Pre-Post Effect of PAYT Within a 5-year Time Period</div>
109+
<strong>Step 1:</strong> Merge data sources to obtain key information
110+
<ul>
111+
<li>Data sources include the Massachusetts Department of Environmental Protection's Municipal Solid Waste and Recycling surveys from 2009 to 2024, inclusive; the Massachusetts Department of Revenue's Divison of Local Services; and the Massachusetts Department of Environmental Protection's spreadsheet, "Massachusetts Municipalities with PAYT Programs, June 2025".</li>
112+
<li>Key information: PAYT adoption year, years pre- and post-PAYT adoption, number of households enrolled in each municipality's trash system, annual tonnage disposed per household.</li>
113+
</ul>
114+
</li>
115+
<li>
116+
<strong>Step 2:</strong> Generate annual tons of waste disposed per household
117+
<ul>
118+
<li>Tons per household are calculated by dividing the municipality's total annual disposal tonnage by the number of households served by the PAYT program.</li>
119+
<li>Tons per household standardizes our metric, as larger municipalities will dispose of more total trash than smaller municipalities.</li>
120+
</ul>
121+
</li>
122+
<li>
123+
<strong>Step 3:</strong> Remove records that would distort the "normal trash" comparison
124+
<ul>
125+
<li>Keep only rows of data in which bulky waste is excluded.</li>
126+
<li>Exclude years that did not record yearly tonnage.</li>
127+
</ul>
128+
</li>
129+
<li>
130+
<strong>Step 4:</strong> Identify the longest pre- and post-period for parallel trends
131+
<ul>
132+
<li>Filter data to contain municipalities with data 5 years before implementing PAYT through 5 years after implementing PAYT.</li>
133+
<li>If one town has 20 years of data and another has 3 years, comparisons may not follow parallel trends; therefore, we may not conclude that adopting PAYT had a statistically significant result.</li>
134+
</ul>
135+
</li>
136+
<li>
137+
<strong>Step 5:</strong> Select Harvard, Chicopee, Heath, Hinsdale, and Peru
138+
</li>
139+
<li>
140+
<strong>Step 6:</strong> Create a time series chart
141+
<ul>
142+
<li><strong>IMPORTANT NOTE:</strong> Our time of adoption begins at -1 (the adoption year); Year 0 is the implementation year; Year 1 is one year after implementation.</li>
143+
</ul>
144+
</li>
145+
</div>
146+
</div>
147+
108148
<script>
109149
(function () {
110150
function setBannerHeightVar() {

0 commit comments

Comments
 (0)