| generate_block_design_cpp_wrap | R Documentation |
Generates homogeneous block design allocations rapidly
generate_block_design_cpp_wrap(B, nR, dummy_block)
B |
The number of blocks in the design |
nR |
The number of allocation vectors |
dummy_block |
The subvector of allocations in each block that will be permuted |
A matrix with rows being the nR random block allocation of sample size B x length(dummy_block).
Adam Kapelner
## Not run:
generate_block_design_cpp_wrap(B = 2, nR = 3, dummy_block = c(1, 0))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.