Nearly Orthogonal Uniform Designs for Two and Four Factors
Nearly Orthogonal Uniform Designs for Two and Four Factors
This function will provide nearly orthogonal uniform designs (UDs) for number of factors, F = 2 and 4 but a flexible number of levels, L >=3.
UDesigns_III(levels,factors)
Arguments
levels: Number of levels, L >=3
factors: Number of factors 2 or 4
Returns
This function will generate 3 Uniform Designs along with the number of levels,factors, runs, MAC value and discrete discrepancy value along with its lower bound value.
References
Fang, K.T. (1980). The uniform design: application of number-theoretic methods in experimental design. Acta Math Appl Sin, 3, 363-372.
Author(s)
Ashutosh Dalal, Cini varghese, Rajender Parsad and Mohd Harun
Examples
## Not run:library(CompExpDes)UDesigns_III(3)## End(Not run)