powered by
bootSample(x, seed0)
##generate random data x <- rnorm(100) ##draw a bootstrap sample boot.x <- bootSample(100,seed0=12345)
Run the code above in your browser using DataLab