N_to_design | R Documentation |
Generates the block contents from a given treatment by block incidence matrix
N_to_design(N)
design(N)
N |
treatment by block incidence matrix |
design |
a matrix with number of rows equal to number of blocks and number of columns equal to block size. Constant block size is assumed. Treatments are labelled as 1, 2, ..., v. |
Baidya Nath Mandal <mandal.stat@gmail.com>
N=matrix(c(1,0,0,0,1,0,1,0,0,0,1,0,1,1,0,0,1,0,1,1,0,1,0,1,1,0,0,0,0,1,1,0,0,0,1,
1,1,0,0,0,1,0,0,1,0,1,1,0,0),nrow=7,byrow=TRUE)
N_to_design(N)
design(N)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.