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.

Value

pte_emp_boot object


bcallaway11/pte documentation built on Oct. 20, 2023, 3:21 p.m.