Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 570 Bytes

File metadata and controls

16 lines (11 loc) · 570 Bytes

Causal Inference With Interfering Units for Cluster and Population Level Treatment Allocation Programs

R package

This R package calculates the estimators and asymptotic variances for the causal estimands in the presence of interference. The corresponding paper can be found here: https://arxiv.org/abs/1711.01280

Installing Interference

Installing and using Interference in Rstudio is straightforward. You will first need the devtools R package.

install.packages('devtools')
library(devtools)
devtools::install_github("gpapadog/Interference")