Skip to content
View nazlialagoz's full-sized avatar
Block or Report

Block or report nazlialagoz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Simulation study for the Medium arti... Simulation study for the Medium article: Event Studies for Causal Inference: The Dos and Don'ts - A guide to avoiding the common pitfalls of event studies
    1
    
                  
    2
    # Simulation study for the Medium article: 
    3
    # Event Studies for Causal Inference: The Dos and Don'ts -
    4
    # A guide to avoiding the common pitfalls of event studies
    5
    
                  
  2. Difference-in-differences with varia... Difference-in-differences with variation in treatment timing - Analysis
    1
    
                  
    2
    # Simulation study for the DiD article: 
    3
    
                  
    4
    rm(list = ls())
    5
    library(data.table)
  3. Difference-in-differences with varia... Difference-in-differences with variation in treatment timing - Simulation
    1
    # Simulate the data 
    2
    
                  
    3
    
                  
    4
    # The simulaiton part of the code is adapted from Andrew Baker's awesome blog: 
    5
    # https://andrewcbaker.netlify.app/2020/06/27/how-to-create-relative-time-indicators/
  4. synthdid_estimation.R synthdid_estimation.R
    1
    # Install and load the required packages
    2
    # devtools::install_github("synth-inference/synthdid")
    3
    library(synthdid)
    4
    library(ggplot2)
    5
    library(fixest) # Fixed-effects regression
  5. Staggered-DiD-Slides Staggered-DiD-Slides Public

    Slides for "Staggered Difference-in-Differences in Practice: Causal Insights from the Music Industry" Presentation for PyData Amsterdam 2023 (14-16 September)- Nazli M. Alagoz

    3