Learn R Programming

adas.utils (version 1.0.0)

fp_augment_axial: Augment to a central composite design

Description

Adds the axial points to a $2^n$ centered factorial plan.

Usage

fp_augment_axial(dm, rep = 1)

Value

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

Arguments

dm

A factorial plan table, with central points.

rep

The number of replications.

Examples

Run this code
fp_design_matrix(3) %>%
  fp_augment_center(rep=4) %>%
  fp_augment_axial()

Run the code above in your browser using DataLab