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