Learn R Programming

minimalRSD (version 1.0.0)

min_ccd_2: 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

Run this code
# Generate minimally changed CCD with fractional
# factorial points (half replicate) for k=4 factors
min_ccd_2(4)

Run the code above in your browser using DataLab