I want to calculate the 90% Confidence interval (Bootstrap) for these two estimations. Harrell-Davis Distribution-Free Quantile Estimator. I think this function is the bootstrapped version of the nonparametric quantile which estimate the mean and standard deviations. Now I was wondering how I can calculate the 90% CI?
library(Hmisc)
x <- runif(100)
hdquantile(x, probs = seq(0.025, 0.975,0.95), se=TRUE,names = TRUE, weights=FALSE)