Factdes: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy (Importing text file) |
imported>Jeremy (Importing text file) |
||
Line 1: | Line 1: | ||
===Purpose=== | ===Purpose=== | ||
Output a full factorial design matrix. | Output a full factorial design matrix. | ||
===Synopsis=== | ===Synopsis=== | ||
:desgn = factdes(fact,''levl'') | :desgn = factdes(fact,''levl'') | ||
===Description=== | ===Description=== | ||
The input fact is the number of factors in the design and the output desgn is the experimental design matrix. | 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. | desgn = factdes(fact); provides a full factorial two level design. | ||
Optional input ''levl'' allows for multiple level designs. | Optional input ''levl'' allows for multiple level designs. | ||
desgn = factdes(fact,'' levl''); provides a full factoriallevl level design {default levl = 2}. | desgn = factdes(fact,'' levl''); provides a full factoriallevl level design {default levl = 2}. | ||
===See Also=== | ===See Also=== | ||
[[distslct]], [[doptimal]], [[ffacdes1]], [[stdsslct]] | [[distslct]], [[doptimal]], [[ffacdes1]], [[stdsslct]] |
Revision as of 14:25, 3 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}.