UDesigns_III {CompExpDes} | R Documentation |
Nearly Orthogonal Uniform Designs for Two and Four Factors
Description
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.
Usage
UDesigns_III(levels,factors)
Arguments
levels |
Number of levels, L >=3 |
factors |
Number of factors 2 or 4 |
Value
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.
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(3)
## End(Not run)
[Package CompExpDes version 1.0.7 Index]