View source: R/eactquantileci.R View source: R/exactquantileci.R
exactquantileci | R Documentation |
Calculates exact quanitle confidence intervals by inverting the generalization of the sign test.
exactquantileci(xvec, tau = 0.5, alpha = 0.05, md = 0)
xvec |
vector of observations |
tau |
quantile to be estimated. If this is a vector, separate intervals and tests for each value will be calculated. |
alpha |
1-confidence level. |
md |
null value of quantile |
A list with components cis, an array with two columns, representing lower and upper bounds, and a vector pvals, of p-values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.