Skip to content

simahashemi/Quasi_Experimental_methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Quasi-Experimental Methods

This repository contains Python-based implementations and illustrative examples of key quasi-experimental methods used in causal inference. These methods are especially useful when randomized controlled trials are not feasible, and researchers must rely on observational data to estimate causal effects.

πŸ“˜ Overview

Quasi-experimental methods help evaluate the impact of interventions or treatments while accounting for potential confounders. The repository includes code and explanations for the following methods:

  • βœ… Difference-in-Differences (DiD)
  • βœ… Interrupted Time Series (ITS)
  • βœ… Regression Discontinuity Design (RDD)
  • βœ… Instrumental Variables (IV)
  • βœ… Propensity Score Matching (PSM)

Each method is implemented with simple, well-commented code to demonstrate how it works in practice, often using real or simulated data.


πŸ“ˆ Use Cases

These methods are commonly used in fields like:

  • Public policy evaluation
  • Health economics
  • Education research
  • Epidemiology
  • Social sciences

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published