mqr.doe.Design.
replicate#
- Design.replicate(n, label=None)#
Create a new design with each run replicated n times.
- Parameters:
- nint
The number of replicates to create.
- labelstr, optional
Add a set of blocks with this name, labelling replicates by number.
- Returns:
Design
A new design that is a replicated version of this one.
Notes
Resets the runs indexing counting from 1.