quantile_ci | R Documentation |
Computes quantiles for a given vector x
and the related confidence intervals (lower
, upper
).
quantile_ci(
x,
alpha = 0.05
)
x |
A numeric vector |
alpha |
Significance level |
Helper function for plot(sbm_ci)
, but may be used separately.
A numeric vector with lower and upper quantile
Thomas Wieland
numeric_vector <- c(1,9,5,6,3,10,20,6,9,14,3,5,8,6,11)
# any numeric vector
quantile_ci(numeric_vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.