pte_emp_boot: pte_emp_boot

View source: R/classes.R

pte_emp_bootR Documentation

pte_emp_boot

Description

pte_emp_boot

Class for holding pte empirical bootstrap results

Usage

pte_emp_boot(
  attgt_results,
  overall_results,
  group_results,
  dyn_results,
  overall_weights = NULL,
  dyn_weights = NULL,
  group_weights = NULL,
  extra_gt_returns = NULL
)

Arguments

attgt_results

data.frame holding attgt results

overall_results

data.frame holding overall results

group_results

data.frame holding group results

dyn_results

data.frame holding dynamic 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 e corresponding to the dynamic treatment effect parameters.

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.

Value

pte_emp_boot object


bcallaway11/pte documentation built on Jan. 11, 2025, 2:30 a.m.