devtools::install_github("bcallaway11/pte")
library(pte)
# lagged outcomes identification strategy
lo_res <- pte::pte_default(yname="lemp",
tname="year",
idname="id",
gname="G",
data=data2,
d_outcome=FALSE,
lagged_outcome_cov=TRUE)
summary(lo_res)
did::ggdid(lo_res$att_gt, ylim=c(-.2,0.05))
ggpte(lo_res)
Comments
CIC is a nice approach in many applications
Though it is less commonly used in empirical work than DID.
Need to estimate quantiles
Harder to include covariates (due to needing to estimate quantiles). I think (not 100% sure though) that it is not possible (at least not obvious) if one can do a doubly robust version of CIC.
Support conditions can have real bite in some applications
Not as much software support