Learn R Programming

minimalRSD (version 1.0.0)

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

Run this code
# To generate minimmaly changed BBD for k=4 factors
min_bbd(4)

Run the code above in your browser using DataLab