Bootstrapping confidence intervals in R: BCa method and prescribed resamples

只谈情不闲聊 提交于 2019-12-24 16:22:18

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!