pte_params: pte_params

View source: R/pte_params.R

pte_paramsR Documentation

pte_params

Description

Objects that contain pte parameters

Usage

pte_params(
  yname,
  gname,
  tname,
  idname,
  data,
  glist,
  tlist,
  cband,
  alp,
  boot_type,
  anticipation = NULL,
  base_period = NULL,
  control_group = "notyettreated",
  gt_type = "att",
  ret_quantile = 0.5,
  biters,
  cl
)

Arguments

yname

Name of outcome in data

gname

Name of group in data

tname

Name of time period in data

idname

Name of id in data

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


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