Description Usage Format Value Fields Examples
R6 object that gives uses a sFFLHD with L near the requested one, but gives them back in the requested L
1 |
An object of class R6ClassGenerator of length 24.
A sFFLHD_Lflex object
Dnumeric. The number of dimensions for the design. Must be set.
Lnumeric. The number of points in each batch, also the number of levels of each dimension. Must be set.
binteger. The batch number.
ssFFLHD. The design it takes the points and then reorders them.
Xmatrix. The points given in the design.
X_choicesmatrix. Points taken from s and have been reordered, but which have not been returned to the user yet.
1 2 3 4 5 6 | s <- sFFLHD_Lflex$new(D=8,L=4)
s$get.batch()
# sFFLHD(D=7,L=10)$get.batch() doesn't work, needs L=7,8,9,11
s <- sFFLHD_Lflex$new(D=7,L=10) # Uses L=9
s$get.batch()
s <- sFFLHD_Lflex$new(D=7,L=10, prefer_L="up") # Should use 11
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.