full.factorial | R Documentation |
This function generates a full factorial design.
full.factorial(p, level)
p |
design dimension. |
level |
an integer specifying the number of levels. |
full.factorial
generates a p dimensional full factorial design.
a full factorial design matrix (scaled to [0, 1])
p = 3
level = 3
D = full.factorial(p, level)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.