Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

oa_to_oalhs

Create a Latin hypercube from an orthogonal array


Description

Create a Latin hypercube from an orthogonal array

Usage

oa_to_oalhs(n, k, oa)

Arguments

n

the number of samples or rows in the LHS (integer)

k

the number of parameters or columns in the LHS (integer)

oa

the orthogonal array to be used as the basis for the LHS (matrix of integers) or data.frame of factors

Value

a numeric matrix which is a Latin hypercube sample

Examples

oa <- createBose(3, 4, TRUE)
B <- oa_to_oalhs(9, 4, oa)

lhs

Latin Hypercube Samples

v1.1.1
GPL-3
Authors
Rob Carnell [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.