att.cumu | R Documentation |
Calculate cumulative treatment effects based on the results of a fect
object.
att.cumu(x, period = NULL, weighted = TRUE, alpha = 0.05, type = "on", plot = FALSE)
x |
A |
period |
A two-element numeric vector specifying the range of terms during which treatment effects are to be accumulated, e.g., |
weighted |
A logical flag specifying whether to calculate weighted cumulative treatment effects based on counts at each period. Default is |
alpha |
A numerical value specifying the significance level. Default is |
type |
A string that specifies the type of effect to calculate. Must be one of the following: |
plot |
A logical flag indicating whether to plot cumulative effects. Default is |
Licheng Liu, Ye Wang, and Yiqing Xu
Athey, S., Bayati, M., Doudchenko, N., Imbens, G., and Khosravi, K. (2021). Matrix completion methods for causal panel data models. Journal of the American Statistical Association, 116(536), 1716-1730.
Bai, J. (2009). Panel data models with interactive fixed effects. Econometrica, 77(4), 1229-1279.
Liu, L., Wang, Y., and Xu, Y. (2022). A Practical Guide to Counterfactual Estimators for Causal Inference with Time-Series Cross-Sectional Data. American Journal of Political Science, 68(1), 160-176.
Xu, Y. (2017). Generalized Synthetic Control Method: Causal Inference with Interactive Fixed Effects Models. Political Analysis, 25(1), 57-76.
fect
, plot.fect
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.