Factdes: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy (Importing text file) |
(No difference)
|
Revision as of 08:20, 2 September 2008
Purpose
Output a full factorial design matrix.
Synopsis
- desgn = factdes(fact,levl)
Description
The input fact is the number of factors in the design and the output desgn is the experimental design matrix. desgn = factdes(fact); provides a full factorial two level design. Optional input levl allows for multiple level designs. desgn = factdes(fact, levl); provides a full factoriallevl level design {default levl = 2}.