Dieselgate: An Example with Data Preparation
With the VW Dieselgate event as empirical seeting, this page shows you how to fetch data in R, perform an Event Study, and do some basic plots with our R package.
library(tidyquant)
library(dplyr)
library(readr)
Data Preparation
We use the package... [Read more...]