| CVb | R Documentation | 
Computes the critical value cv_{1-\alpha}(B) such that
the confidence interval X\pm cv_{1-\alpha}(B)
has coverage 1-\alpha, where the estimator X is normally
distributed with variance equal to 1 and maximum bias at most B.
CVb(B, alpha = 0.05)
| B | Maximum bias, vector of non-negative numbers. | 
| alpha | Determines CI level,  | 
Vector of critical values, one for each value of maximum bias
supplied by B.
## 90% critical value:
CVb(B = 1, alpha = 0.1)
## Usual 95% critical value
CVb(0)
## Returns vector with 3 critical values
CVb(B = c(0, 0.5, 1), alpha = 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.