Learn R Programming

CompExpDes (version 1.0.7)

UDesigns_III: 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)

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.

Arguments

levels

Number of levels, L >=3

factors

Number of factors 2 or 4

Author

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

Run this code
if (FALSE) {
library(CompExpDes)
UDesigns_III(3)
}

Run the code above in your browser using DataLab