someData <- rnorm(2^5)
##Bootstrap sample of size 10 is not recommended. For demonstration only.
bootInfo <- WiSEBoot(someData, R=10, J0=2)
bootSeries <- retrieveBootstrapSample(bootInfo)$BootSample
bootSeries[1, , 1] #this is the first bootstrap series
Run the code above in your browser using DataLab