View source: R/ife_setup_data.R
ife_setup_pte | R Documentation |
Setup panel treatment effects parameters
ife_setup_pte(
yname,
gname,
tname,
idname,
data,
nife,
anticipation = 0,
alp = 0.05,
biters = 100,
cl = 1,
...
)
yname |
Name of outcome in |
gname |
Name of group in |
tname |
Name of time period in |
idname |
Name of id in |
data |
balanced panel data |
nife |
the number of interactive fixed effects to include in the model |
anticipation |
how many periods before the treatment actually takes place that it can have an effect on outcomes |
alp |
significance level; default is 0.05 |
biters |
number of bootstrap iterations; default is 100 |
cl |
number of clusters to be used when bootstrapping; default is 1 |
... |
extra arguments |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.