min_ccd_2 {minimalRSD} | R Documentation |
Generate Minimally Changed Central Composite designs (CCD) with Fractional Factorial Points (Half Replicate)
Description
Generate Minimally Changed Central Composite designs (CCD) with Fractional Factorial Points (Half Replicate)
Usage
min_ccd_2(k)
Arguments
k |
An integer greter than or equal to 3. |
Value
returns a minimally changed CCD for K
number of factors with half replicated factorial points.
Examples
# Generate minimally changed CCD with fractional
# factorial points (half replicate) for k=4 factors
min_ccd_2(4)
[Package minimalRSD version 1.0.0 Index]