问题
I would like to estimate confidence intervals in R using the BCa method (correcting for bias and asymmetric boot distribution). However, my resamples are not ''standard resamples'' but something more complicated and thus I would like to generate them separately and subsequently apply a BCa algorithm. As far as I see there exist the function "BootBCa" as well as the ''boot'' package in R. However, in both cases resamples are automatically generated. Is there any way in R to firstly prescribe resamples and secondly apply a BCa method?
Thanks,
Moritz
来源:https://stackoverflow.com/questions/31314056/bootstrapping-confidence-intervals-in-r-bca-method-and-prescribed-resamples