I thought that the difference between BC and BCa is the correction for acceleration?
Another question is that I am using MLR estimator that uses robust standard errors (but doesn't influence parameter estimates, or so I understood) - is it ok to also use bca.simple method for estimating confidence intervals, or should I report the original ones?
As for the bootstrap intervals, I read somewhere that they are a better approximation of the confidence intervals than the ones calculated using robust SEs.
are the bootstrap intervals calculated using robust SEs
On 17 Jan 2017, at 8.01, Nika <nika....@gmail.com> wrote:As for the bootstrap intervals, I read somewhere that they are a better approximation of the confidence intervals than the ones calculated using robust SEs. My question was actually whether this was "cheating" in a way. I'm not sure how the math behind the program works - are the bootstrap intervals calculated using robust SEs and if so, would this mean that they were first "corrected" using robust correction and then again using bootstrapping. If that is the case, it sounds like "over-correction" to me?