delete_points {optedr} | R Documentation |
Remove low weight points
Description
Removes the points of a design with a weight lower than a threshold, delta
, and distributes that weights
proportionally to the rest of the points.
Usage
delete_points(design, delta)
Arguments
design |
The design from which to remove points as a dataframe with two columns:
|
delta |
The threshold from which the points with such a weight or lower will be removed. |
Value
The design without the removed points.
[Package optedr version 2.0.0 Index]