design {docopulae} | R Documentation |
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 |
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
## see examples for param
[Package docopulae version 0.4.0 Index]