ife_attgt | R Documentation |
Computes estimates of ATT(g,t), overall ATT, and dynamic effects under interactive fixed effects model for untreated potential outcomes using the approach in Callaway and Karami (2021)
ife_attgt(
gt_data,
nife = 1,
xformla = ~1,
zformla,
anticipation = 0,
ret_ife_regs = FALSE,
...
)
gt_data |
data frame that is local to the specific groups and times for which we'll be computing a treatment efect estimate. |
nife |
The number of interactive fixed effects. Default is 1. |
xformla |
Formula for which covariates to include in the model. Default is ~1. |
zformla |
Formula for moment conditions to identify interactive fixed effects
parameters. This must include at least |
anticipation |
Number of periods that treatment is anticipated. Default
is 0. This is in “periods”; e.g., code will work in time periods are
equally spaced but 2 years apart. In this case, to allow for treatment
anticipation of 2 year (<=> 1 period), set |
ret_ife_regs |
Whether or not to return the first stage ife regressions; default is FALSE. |
... |
extra arguments |
ptetools::attgt_if object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.