Learn R Programming

CompExpDes (version 1.0.7)

SLHDs: Sliced Latin Hypercube Designs with Equal Size of Slices

Description

This sliced LHDs are generated using a different new algorithm for a flexible parameter range which possesses a good space-filling property as whole design as well as for the slices.

Usage

SLHDs(slices,factors,levels)

Value

Generates a Sliced LHD along with its parameters.

Arguments

slices

Number of slices(>=2)

factors

Number of factors(>=2)

levels

Number of levels(>=3)

Author

Ashutosh Dalal, Cini varghese, Rajender Parsad and Mohd Harun

References

Qian, P.Z.G. and Wu, C.F.J. (2009). Sliced space-filling designs. Biometrika, 96(4), 945–956.

Examples

Run this code
library(CompExpDes)
SLHDs(3,3,3)

Run the code above in your browser using DataLab