pte_emp_boot | R Documentation |
pte_emp_boot
Class for holding pte
empirical bootstrap results
pte_emp_boot(
attgt_results,
overall_results,
group_results,
dyn_results,
overall_weights = NULL,
dyn_weights = NULL,
group_weights = NULL,
extra_gt_returns = NULL
)
attgt_results |
|
overall_results |
|
group_results |
|
dyn_results |
|
overall_weights |
vector containing weights on underlying ATT(g,t) for overall treatment effect parameter |
dyn_weights |
list containing weights on underlying ATT(g,t)
for each value of |
group_weights |
list containing weights on underlying ATT(g,t) corresponding to deliver averaged group-specific treatment effects |
extra_gt_returns |
A place to return anything extra from particular group-time average treatment effect calculations. For DID, this might be something like propensity score estimates, regressions of untreated potential outcomes on covariates. For ife, this could be something like the first step regression 2sls estimates. This argument is also potentially useful for debugging. |
pte_emp_boot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.