add_points {optedr} | R Documentation |
Update design given crosspoints and alpha
Description
Given a set of points, a weight and the design, the function adds these points to the new design with uniform weight, and combined weight alpha
Usage
add_points(points, alpha, design)
Arguments
points |
Points to be added to the design |
alpha |
Combined weight of the new points to be added to the design |
design |
A design as a dataframe with "Point" and "Weight" columns |
Value
A design as a dataframe with "Point" and "Weight" columns that is the addition of the design and the new points
[Package optedr version 2.0.0 Index]