rLHD
returns a Latin Hypercube Design matrix with user-defined dimention
rLHD(n, k)
A positive integer.
A positive integer.
If all inputs are positive integer, then the output will be a n
by k
design matrix.
n
stands for the number of rows (or run size).
k
stands for the number of columns (or the number of factors).
# NOT RUN {
#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