Authors: Andri O. Gerber1, Stefan Durrer2
This repository contains the course assessment for Natural Experiments Using R at the Lucerne University of Applied Sciences and Arts. It provides a full replication of Andersson (2019), which evaluates the impact of Swedenβs 1991 carbon tax on transport sector emissions using the Synthetic Control Method.
install.packages(c("tidyverse", "DataExplorer", "ggplot2", "psych", "Synth", "dplyr", "knitr", "kableExtra", "gridExtra"))
Natural-Experiments-Using-R-Project.Rproj
in RStudio.Main.Rmd
to produce the reproducible HTML report.The resulting report Main.html
includes descriptive statistics, implementation of the Synthetic Control Method and a discussion of the carbon tax effect.
π¦ Natural-Experiments-Using-R-Project
β£ π data
β β£ π andersson_2019.csv
β£ π pdf
β β£ π 6.3_Andersson_2019.pdf
β β£ π Appendix.pdf
β β£ π Assignment.pdf
β β£ π HΓΆhle.pdf
β β£ π Koch.pdf
β β π Pretis.pdf
β£ π pictures
β β£ πΌοΈ hslu-logo.jpg
β β πΌοΈ pic_1.png
β£ π video
β β π₯ Replication_of_Andersson_2019_by_Gerber.mp4
β£ π .gitignore
β£ π .RData
β£ π .Rhistory
β£ π Natural-Experiments-Using-R-Project.Rproj
β£ π Main.Rmd
β£ π README.md
β£ π knitr_configuration.Rmd
β π Main.html
Main Replication Analysis: The replication of Andersson (2019) is detailed in the Main.Rmd/html
file. The file contains the data import, descriptive statistics, the synthetic control method application, and the results.
Video: The folder video/
contains a video recording of the replication process, providing a visual walkthrough of the project.
Assignment Details: The Assignment.pdf
located in the pdf/
folder outlines the task requirements, including the creation of a voice-over presentation and submission of the R code. The goal is to document the acquired skills through the replication of a research paper.
Study and Reference Materials: The study being replicated is stored as 6.3_Andersson_2019.pdf
. Additional reference studies and their analyses can be found in the pdf/
folder, such as the papers by HΓΆhle, Koch, and Pretis.
Data: The data file used for analysis is located in the data/
folder. The dataset is andersson_2019.csv
, which provides the data for replicating the findings of Andersson (2019).
When using this material, please cite Andersson (2019) as the original study and reference this replication project accordingly.
Email: andri.gerber@stud.hslu.ch. Department of Business, Lucerne University of Applied Sciences and Arts, Lucerne, Switzerland. HSLU. ORCiD ID.Β ↩
Email: stefan.durrer@stud.hslu.ch. Department of Business, Lucerne University of Applied Sciences and Arts, Lucerne, Switzerland. HSLU.Β ↩