D_effi_pwo | R Documentation |
Compute D-efficiency from PWO matrix of a given design for order-of-addition experiments
D_effi_pwo(X)
X |
PWO matrix of a design for order-of-addition experiments |
D-efficiency
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)
X = PWO(design)
D_effi_pwo(X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.