split_blocks | R Documentation |
A function to create the blocks for block bootstrapping
split_blocks(x, m)
x |
vector to split |
m |
the block length |
a list of blocks, where each element of the list has length m
x <- 1:10
split_blocks(x, 2)
split_blocks(x, 3)
split_blocks(x, 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.