PWO | R Documentation |
Obtain PWO matrix from a given design for order-of-addition experiments
PWO(design)
design |
a design for order-of-addition experiments |
PWO matrix
design <- matrix(c(4,2,3,1,
4,1,3,2,
3,4,2,1,
3,4,1,2,
3,2,1,4,
3,1,2,4,
2,4,3,1,
2,4,1,3,
2,1,3,4,
1,4,3,2,
1,4,2,3,
1,2,3,4), 12, 4, byrow = TRUE)
PWO(design)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.