RDTEfficiencyBound {RDHonest} | R Documentation |
Finite-sample efficiency bounds for minimax CIs
Description
Compute efficiency of minimax one-sided CIs at constant functions, or efficiency of two-sided fixed-length CIs at constant functions under second-order Taylor smoothness class.
Usage
RDTEfficiencyBound(object, opt.criterion = "FLCI", beta = 0.5)
Arguments
object |
An object of class |
opt.criterion |
Either |
beta |
Determines quantile of excess length for evaluating minimax
efficiency of one-sided CIs. Ignored if |
Value
Efficiency bound, a numeric vector of length one.
References
Timothy B. Armstrong and Michal Kolesár. Optimal inference in a class of regression models. Econometrica, 86(2):655–683, March 2018. doi:10.3982/ECTA14434
Examples
r <- RDHonest(voteshare ~ margin, data=lee08,
subset=abs(margin)<10, M=0.1, h=2)
RDTEfficiencyBound(r, opt.criterion="OCI")
[Package RDHonest version 1.0.0 Index]