powered by
Computes quantiles for a given vector x and the related confidence intervals (lower, upper).
x
lower
upper
quantile_ci( x, alpha = 0.05 )
A numeric vector with lower and upper quantile
A numeric vector
Significance level \(\alpha\) for 1-\(\alpha\)*100 confidence intervals
Thomas Wieland
Helper function for plot(sbm_ci), but may be used separately.
plot(sbm_ci)
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)
Run the code above in your browser using DataLab