Estimation of the Grouped Average Treatment Effects (GATEs) in Randomized Experiments
Source:R/GATE.R
GATE.Rd
This function estimates the Grouped Average Treatment Effects (GATEs) where the groups are determined by a continuous score. The details of the methods for this design are given in Imai and Li (2022).
Arguments
- T
A vector of the unit-level binary treatment receipt variable for each sample.
- tau
A vector of the unit-level continuous score. Conditional Average Treatment Effect is one possible measure.
- Y
A vector of the outcome variable of interest for each sample.
- ngates
The number of groups to separate the data into. The groups are determined by
tau
. Default is 5.
Value
A list that contains the following items:
- gate
The estimated vector of GATEs of length
ngates
arranged in order of increasingtau
.- sd
The estimated vector of standard deviation of GATEs.
References
Imai and Li (2022). “Statistical Inference for Heterogeneous Treatment Effects Discovered by Generic Machine Learning in Randomized Experiments”,
Author
Michael Lingzhi Li, Operations Research Center, Massachusetts Institute of Technology mlli@mit.edu, http://mlli.mit.edu;