sp_estimation: Spillover-adjusted SCM estimation
Description
Estimates treatment effects accounting for spillovers
Usage
sp_estimation(Y_pre, Y_post, A, verbose = FALSE)
Value
List containing treatment effects and other results
Arguments
- Y_pre
N x T pre-treatment matrix
- Y_post
N x S post-treatment matrix
- A
N x k spillover structure matrix
- verbose
Print progress messages