oofa.oa: construct an order-of-addition orthogonal array with m+1...

View source: R/MixOofA.r

oofa.oaR Documentation

construct an order-of-addition orthogonal array with m+1 components from an order-of-addition orthogonal array with m components

Description

construct an order-of-addition orthogonal array with m+1 components from an order-of-addition orthogonal array with m components

Usage

oofa.oa(design)

Arguments

design

an order-of-addition orthogonal array with m components

Value

a component orthogonal array with m+1 components

Examples

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)
oofa.oa(design)

mixOofA documentation built on Sept. 11, 2024, 7:56 p.m.

Related to oofa.oa in mixOofA...