Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/r/73.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/templates/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
R:BCa方法中的bootstrap置信区间及规定重采样_R_Confidence Interval_Statistics Bootstrap - Fatal编程技术网

R:BCa方法中的bootstrap置信区间及规定重采样

R:BCa方法中的bootstrap置信区间及规定重采样,r,confidence-interval,statistics-bootstrap,R,Confidence Interval,Statistics Bootstrap,我想使用BCa方法估计R的置信区间(校正偏差和不对称引导分布)。然而,我的重采样不是“标准重采样”,而是更复杂的东西,因此我想单独生成它们,然后应用BCa算法。据我所知,R中存在函数“BootBCa”以及“boot”包。然而,在这两种情况下,重采样都会自动生成。在R中是否有办法首先规定重采样,然后应用BCa方法 谢谢 Moritz构造重采样输出,以便将其传递到boot.ci?感谢用户20650,效果很好。构造重采样输出,以便将其传递到boot.ci?感谢用户20650,效果很好。

我想使用BCa方法估计R的置信区间(校正偏差和不对称引导分布)。然而,我的重采样不是“标准重采样”,而是更复杂的东西,因此我想单独生成它们,然后应用BCa算法。据我所知,R中存在函数“BootBCa”以及“boot”包。然而,在这两种情况下,重采样都会自动生成。在R中是否有办法首先规定重采样,然后应用BCa方法

谢谢


Moritz

构造重采样输出,以便将其传递到
boot.ci
?感谢用户20650,效果很好。构造重采样输出,以便将其传递到
boot.ci
?感谢用户20650,效果很好。