Learn R Programming

mixOofA (version 1.0)

D_effi_pwo: D-efficiency from PWO matrix of a given design

Description

Compute D-efficiency from PWO matrix of a given design for order-of-addition experiments

Usage

D_effi_pwo(X)

Value

D-efficiency

Arguments

X

PWO matrix of a design for order-of-addition experiments

Examples

Run this code
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)

Run the code above in your browser using DataLab