Learn R Programming

adas.utils (version 1.0.0)

fp_augment_center: Augment to a centered design

Description

Add the central points to an existing $2^n$ factorial plan.

Usage

fp_augment_center(dm, rep = 5)

Value

A central composite design (a factorial.plan object).

Arguments

dm

A factorial plan table.

rep

The number of replications.

Examples

Run this code
fp_design_matrix(3) %>%
  fp_augment_center()

Run the code above in your browser using DataLab