Top "Statistics-bootstrap" questions

In statistics, a bootstrap is a resampling technique based on random sampling with replacement.

Repeat the re-sampling function for 1000 times ? Using lapply?

Please me out! I appreciate any helps ! Thanks! I have trouble on repeat doing re-sampling for 1000 times. I tried using …

r lm statistics-bootstrap
R calculate the standard error using bootstrap

I have this array of values: > df [1] 2 0 0 2 2 0 0 1 0 1 2 1 0 1 3 0 0 1 1 0 0 0 2 1 2 1 3 1 0 0 0 1 1 2 0 1 3 [38] 1 0 2 1 1 2 2 1 2 2 2 1 1 1 2 1 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 1 0 0 0 0 0 [75] 0 0 0 0 0 1 1 0 1 1 1 1 3 1 3 0 1 2 2 1 2 3 1 0 0 1 I want to use package boot to calculate the standard error of …

r standard-error statistics-bootstrap
Bootstrapping to compare two groups

In the following code I use bootstrapping to calculate the C.I. and the p-value under the null hypothesis that …

r statistics-bootstrap
Bootstrapping sample means in R using boot Package, Creating the Statistic Function for boot() Function

I have a data set with 15 density calculations, each from a different transect. I would like to resampled these with …

r statistics-bootstrap
Using R parallel to speed up bootstrap

I would like to speed up my bootstrap function, which works perfectly fine itself. I read that since R 2.14 there …

r parallel-processing statistics-bootstrap
adjusted bootstrap confidence intervals (BCa) with parametric bootstrap in boot package

I am attempting to use boot.ci from R's boot package to calculate bias- and skew-corrected bootstrap confidence intervals from …

r statistics-bootstrap
Bootstrap Confidence Intervals in R

I am a new R user, and am having trouble using the boot package. All I want to do is …

r confidence-interval statistics-bootstrap
Block bootstrap from subject list

I'm trying to efficiently implement a block bootstrap technique to get the distribution of regression coefficients. The main outline is …

r regression plyr statistics-bootstrap