powered by
rLHD returns a random n by k Latin hypercube design matrix
rLHD
n
k
rLHD(n, k)
If all inputs are positive integer, then the output will be a n by k design matrix.
A positive integer, which stands for the number of rows (or run size).
A positive integer, which stands for the number of columns (or factor size).
#create a toy LHD with 5 rows and 3 columns toy=rLHD(n=5,k=3);toy #another example with 9 rows and 2 columns rLHD(9,2)
Run the code above in your browser using DataLab