Factdes

From Eigenvector Research Documentation Wiki
Revision as of 14:25, 3 September 2008 by imported>Jeremy (Importing text file)
Jump to navigation Jump to search

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}.

See Also

distslct, doptimal, ffacdes1, stdsslct