randomize | R Documentation |
Randomize a given block design
randomize(design)
design |
design |
design |
Block design with a constant block size |
Baidya Nath Mandal <mandal.stat@gmail.com>
design = matrix(c(1,4,6,5,6,7,3,4,5,2,4,7,1,3,7,2,3,6,1,2,5),nrow=7,byrow=TRUE)
randomize(design)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.