Learn R Programming

CompExpDes (version 1.0.7)

NOLHDs: Nearly Orthogonal Latin Hypercube Designs for Flexible Levels and Factors

Description

This NOLHDs are generated using a new algorithm for a flexible parameter range which possesses a good space-filling property.

Usage

NOLHDs(factors,levels)

Value

Generates NOLHDs along with its parameters and maximum absolute correlation (MAC) value.

Arguments

factors

Number of factors(>=2)

levels

Number of levels(>=factors+3)

Author

Ashutosh Dalal, Cini varghese, Rajender Parsad and Mohd Harun

References

Cioppa, T.M. and Lucas, T.W.: Efficient nearly orthogonal and space-filling latin hypercubes. Technometrics, 49(1), 45–55 (2007).

Examples

Run this code
library(CompExpDes)
NOLHDs(2,5)

Run the code above in your browser using DataLab