fp_augment_center {adas.utils} | R Documentation |
Augment to a centered design
Description
Add the central points to an existing $2^n$ factorial plan.
Usage
fp_augment_center(dm, rep = 5)
Arguments
dm |
A factorial plan table. |
rep |
The number of replications. |
Value
A central composite design (a factorial.plan
object).
Examples
fp_design_matrix(3) %>%
fp_augment_center()
[Package adas.utils version 1.2.0 Index]