Learn R Programming

docopulae (version 0.4.0)

design: Design

Description

design creates a custom design object.

Usage

design(x, w, tag = list())

Arguments

x

a row matrix of points.

w

a vector of weights. Length shall be equal to the number of rows in x and sum shall be equal to 1.

tag

a list containing additional information about the design.

Value

design returns an object of class "desigh". An object of class "desigh" is a list containing at least this function's arguments.

See Also

Wynn, reduce, getM, plot.desigh, Defficiency, update.param

Examples

Run this code
# NOT RUN {
## see examples for param

# }

Run the code above in your browser using DataLab