pte_params | R Documentation |
Objects that contain pte parameters
pte_params(
yname,
gname,
tname,
idname,
data,
glist,
tlist,
cband,
alp,
boot_type,
anticipation = NULL,
base_period = NULL,
weightsname = NULL,
control_group = "notyettreated",
gt_type = "att",
ret_quantile = 0.5,
biters,
cl
)
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 |
glist |
list of groups to create group-time average treatment effects for |
tlist |
list of time periods to create group-time average treatment effects for |
alp |
significance level; default is 0.05 |
boot_type |
which type of bootstrap to use |
anticipation |
how many periods before the treatment actually takes place that it can have an effect on outcomes |
control_group |
Which group is used as the comparison group. For backwards compatibility, the default choice is "notyettreated", but different estimation strategies can implement their own choices for the control group |
gt_type |
which type of group-time effects are computed. For backward compatiblity, the default choice is "att" |
biters |
number of bootstrap iterations; default is 100 |
cl |
number of clusters to be used when bootstrapping; default is 1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.