min_ccd {minimalRSD} | R Documentation |
Generate minimally changed run sequence for central composite designs (CCD).
min_ccd(k)
k |
an integer greater than or equal to 2. |
returns a minimally changed CCD for K
number of factors with full factorial points.
# Generate minimally changed CCD with full factorial points
# for k=4 factors
min_ccd(4)