min_bbd {minimalRSD} | R Documentation |
Minimally Changed BBD
Description
Generate Box Behnken design (BBD) with minimum level changes in the run sequence.
Usage
min_bbd(k)
Arguments
k |
An integer greter than or equal to 3. |
Value
returns a minimally changed BBD for the
number of input factors as v
.
Examples
# To generate minimmaly changed BBD for k=4 factors
min_bbd(4)
[Package minimalRSD version 1.0.0 Index]