| dOptimalTwoLevel | R Documentation |
m runs
and m - 1 factors. The factor levels are coded as
-1 and +1.Constructs a D-optimal two-level design with m runs
and m - 1 factors. The factor levels are coded as
-1 and +1.
dOptimalTwoLevel(m)
m |
A positive integer specifying the number of runs. The minimum value is 3. |
The candidate set is generated using all possible combinations
of -1 and +1 for the factors. The D-optimal design is selected
using AlgDesign::optFederov().
A numeric matrix containing the D-optimal two-level design.
dOptimalTwoLevel(4)
dOptimalTwoLevel(8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.