Skip to content

clarelgibson/uk-recycling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UK Recycling

Does the collection system have a meaningful impact on recycling rate?

Read the analysis

Description

This project explores the question above. Kerbside sort recycling systems place a high burden on the householder to sort and store their waste in up to seven bins, but do these systems achieve higher recycling rates than the alternative co-mingled system, where all recyclable waste is put into a single bin and sorted off-site?

The analysis compares household recycling rates across 309 English local authorities in 2021, grouped by collection system (Co-Mingled, Two Stream or Multi-Stream). It uses a Kruskal-Wallis test with Dunn's post-hoc comparisons to test for differences, and linear regression to control for authority size.

The headline finding is that collection system is associated with a real but modest difference in recycling rate. The meaningful divide is between mixing everything in one bin and having some level of separation, rather than between separating a little and separating a lot. Most of the variation in recycling rates lies outside the collection system.

Repository structure

Path Description
recycling-systems-analysis.qmd The analysis document (source for the published page)
custom.scss Data Translator branding for the rendered document
R/theme_datatranslator.R Brand palette and ggplot theme, sourced by the analysis
R/1-utils.R to R/5-export-data.R Data pipeline: acquisition, preparation, modelling and export
data/src/ Raw source data (not tracked; see Data below)
data/cln/ Cleaned datasets produced by the pipeline
ref/ Reference material

Getting started

Prerequisites

  • R (>= 4.0)
  • Quarto CLI
  • R packages: tidyverse, here, knitr, moments, rstatix, broom, showtext

Rendering downloads the Work Sans and Roboto Mono fonts from Google Fonts, so a network connection is required.

Data

The cleaned dataset used by the analysis (data/cln/data_recycling_system.csv) is included in the repository. To rebuild it from source, download the following into data/src/ and run the pipeline scripts in R/ in numbered order.

The links above go to the original source location of the data. Should the links ever go stale, a copy of the same data can also be found on Kaggle.

Rendering and publishing

Render locally to preview:

quarto render recycling-systems-analysis.qmd

Publish the rendered document to GitHub Pages:

quarto publish gh-pages recycling-systems-analysis.qmd

This renders the document, pushes the output to the gh-pages branch, and updates the published page at https://clarelgibson.github.io/uk-recycling/. The _publish.yml file records the publishing target, so subsequent runs do not prompt for confirmation.

Author

Licence

This project is licensed under the CC0 1.0 Universal licence. See the LICENSE file for details.

About

Do councils who employ a kerbside sort system achieve higher recycling rates than those who employ the co-mingled system?

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from clarelgibson/sdg-template