I am working with an experimental dataset mainly involving reaction times. The data are 0-bounded and positively skewed, so I have been using nonparametric tests and correlations in the analysis. The dataset contains 40 participants, each of whom have contributed 1000+ reaction times. In the descriptive statistics, I report bootstrapped confidence intervals (num. it. = 10,000), and I also use bootci
(MATLAB) to produce CI for Spearman's rho. Linear modelling is performed using glmer()
(R) fit with gamma distribution and log link function.
I got back some revisions and one of the reviewers said:
Why did the authors decide to go with bootstrapping? Please indicate also the classical CIs for comparison and transparency.
I am happy to explain my choice, but the request to include the classical CIs, especially as it is for "transparency", makes me wonder if there is something I may have missed in my understanding. Can anyone shed some light on the dangers of only providing bootstrapped CI?
It's going to be a lot of work to go and add them all (not to mention very cluttered in the text) so I'd like to at least soothe myself in the knowledge it's statistically worthwhile!