View source: R/odd_odd_design.R
| odd_odd_design | R Documentation |
Constructs an orthogonal design for two types of odd-level factors using conference matrices.
odd_odd_design(a, b, m)
a |
Number of levels for the first odd-level factor. |
b |
Number of levels for the second odd-level factor. |
m |
Order of the conference matrix. Must be a multiple of 4.The design contains
|
A matrix containing the constructed design. The first m
columns correspond to the first odd-level factor and the remaining
m columns correspond to the second odd-level factor. Both sets of
columns are constructed using a conference matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.