UDesigns_III {CompExpDes} | R Documentation |
For even number v (>=6) this function will provide total three uniform designs of two factors (2) and four factors (1).
UDesigns_III(v)
v |
An even number of factors,v >=6 |
Uniform Design 1 and Uniform Design 3 are orthogonal/ nearly orthogonal but Uniform Design 2 is always orthogonal design.
This function will generate 3 Uniform Designs along with the number of levels,factors, runs and MAC value.
Ashutosh Dalal, Cini varghese, Rajender Parsad and Mohd Harun
Fang, K.T. (1980). The uniform design: application of number-theoretic methods in experimental design. Acta Math Appl Sin, 3, 363-372.
## Not run:
library(CompExpDes)
UDesigns_III(10)
## End(Not run)