View source: R/staggered_ife_subset.R View source: R/ife_subset.R
| ife_subset | R Documentation | 
A function for obtaining the correct subset in a staggered treatment
adoption setup with panel data.  This is the subset of not yet treated
observations in a particular time period and in the previous
nife+1 periods where nife is the number of interactive fixed effects.
A function for obtaining the correct subset in a staggered treatment
adoption setup with panel data.  This is the subset of not yet treated
observations in a particular time period and in the previous
nife+1 periods where nife is the number of interactive fixed effects.
ife_subset(data, g, tp, nife, anticipation = 0, ...)
ife_subset(data, g, tp, nife, anticipation = 0, ...)
| data | the full dataset | 
| g | the current group | 
| tp | the current time period | 
| nife | the number of interactive fixed effects | 
| anticipation | number of periods before participating treatment that treatment can have an effect on outcomes | 
| ... | extra arguments to get the subset correct | 
list that contains correct subset of data, n1
number of observations
in this subset, and disidx a vector of the correct ids for this
subset.
list that contains correct subset of data, n1
number of observations
in this subset, and disidx a vector of the correct ids for this
subset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.