FrF2
.
Their rationale is explained here
.
They usually have five different levels per experimental factor.
Box-Behnken designs have only three levels for each factor. They are explained
here
. They can not be generated by augmenting
an existing design.
Latin hypercube designs - if used with optimization which is strongly recommended -
try to fill the experimental space with points in an efficient way. Note that they are
NOT trying to optimize the design w.r.t. a specific statistical model.
Such optimal plans are available outside the R Commander with package AlgDesign
.
Simple versions of these have already been implemented into the R Commander.ccd.design
and ccd.augment
for the functions behind the central composite designs,
bbd.design
for the function behind the Box-Behnken designs,
and lhs.design
for the function behind the latin hypercube samples.