Estimation of the Area Under Prescription Evaluation Curve (AUPEC) in Randomized Experiments Under Cross Validation
Source:R/AUPECcv.R
AUPECcv.Rd
This function estimates AUPEC. The details of the methods for this design are given in Imai and Li (2019).
Arguments
- T
A vector of the unit-level binary treatment receipt variable for each sample.
- tau
A matrix where the
i
th column is the unit-level continuous score for treatment assignment generated in thei
th fold.- Y
The outcome variable of interest.
- ind
A vector of integers (between 1 and number of folds inclusive) indicating which testing set does each sample belong to.
- centered
If
TRUE
, the outcome variables would be centered before processing. This minimizes the variance of the estimator. Default isTRUE
.
Value
A list that contains the following items:
- aupec
The estimated AUPEC.
- sd
The estimated standard deviation of AUPEC.
Author
Michael Lingzhi Li, Operations Research Center, Massachusetts Institute of Technology mlli@mit.edu, http://mlli.mit.edu;