blockrand | R Documentation |
Block randomization
blockrand(seed, rand.block, n)
seed |
integer for the random seed generator state. |
rand.block |
values within each block. The length of this vector determine the block size. |
n |
number of observations. |
Nothing
Vector or binary otcome.
Paul Blanche
blockrand(123,c(1,1,0,0),10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.