Learn R Programming

docopulae (version 0.2.1)

reduce: Reduce Design

Description

reduce drops insignificant design points and merges design points in a certain neighbourhood.

Usage

reduce(des, distMax, wMin = 1e-06)

Arguments

des
some design.
distMax
maximum euclidean distance between points to be merged.
wMin
minimum weight a design point shall have to be considered significant.

Value

  • reduce returns an object of class "desigh". See FedorovWynn for its structural definition. The sensitivity is set to NA for all design points.

See Also

FedorovWynn, update.desigh, plot.desigh

Examples

Run this code
## see examples for param

Run the code above in your browser using DataLab