View source: R/compute_IM_quantile.R
compute_IM_quantile | R Documentation |
Computes the quantile suggested by Imbens & Manski 2004 in order to have CI with asymptotic level of 1 - alpha. It solves Eq. (2) in Stoye (2009)
compute_IM_quantile(alpha, bounds1, std_bounds1)
alpha |
the level for the confidence interval |
bounds1 |
a vector of length 2, the estimated bounds |
std_bounds1 |
a vector of length 2, the estimated standard errors for each bound |
the value of the quantile suggested by Imbens & Manski 2004
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.