slh {SlicedLHD}R Documentation

Sliced Latin hypercube designs

Description

This function generates a sliced Latin hypercube designs

Usage

slh(n1, t, q)

Arguments

n1

number of runs in first slice

t

number of slices, currently 3 or 4 are supported

q

number of columns, between 2 to 6

Value

A sliced Latin hypercube design with q columns in t(n1-1) + 1 runs in t slices

Author(s)

A Anil Kumar<aa9538148952@gmail.com>

Examples

slh(5,3,4)

[Package SlicedLHD version 1.0 Index]