Ccdface: Difference between revisions
Jump to navigation
Jump to search
imported>Scott (Created page with " ===Purpose=== Create a Face-Centered Central Composite Design of Experiments. ===Synopsis=== :desgn = ccdface(k) ===Description=== Input (k) is the number of factors t...") |
imported>Scott No edit summary |
||
Line 1: | Line 1: | ||
===Purpose=== | ===Purpose=== | ||
Create a Face-Centered Central Composite Design of Experiments. | Create a Face-Centered Central Composite Design of Experiments. | ||
===Synopsis=== | ===Synopsis=== | ||
:desgn = ccdface(k) | :desgn = ccdface(k) | ||
===Description=== | ===Description=== | ||
Input (k) is the number of factors to include in the model. Output is a coded face-centered central composite design (CCD) in which all factors will have three levels. | Input (k) is the number of factors to include in the model. Output is a coded face-centered central composite design (CCD) in which all factors will have three levels. | ||
===See Also=== | ===See Also=== | ||
[[boxbehnken]], [[ccdsphere]], [[doegen]], [[doescale]], [[factdes]], [[ffacdes1]] | [[boxbehnken]], [[ccdsphere]], [[doegen]], [[doescale]], [[factdes]], [[ffacdes1]] |
Latest revision as of 10:32, 12 September 2011
Purpose
Create a Face-Centered Central Composite Design of Experiments.
Synopsis
- desgn = ccdface(k)
Description
Input (k) is the number of factors to include in the model. Output is a coded face-centered central composite design (CCD) in which all factors will have three levels.