Ffacconfusion: Difference between revisions
Jump to navigation
Jump to search
imported>Scott (Created page with " ===Purpose=== Generates confusion table for a fractional factorial DOE. ===Synopsis=== :fig = ffacconfusion(alias_ID) :fig = ffacconfusion(DOEDSO) ===Description=== G...") |
imported>Scott No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
===Purpose=== | ===Purpose=== | ||
Generates confusion table for a fractional factorial DOE. | Generates confusion table for a fractional factorial DOE. | ||
===Synopsis=== | ===Synopsis=== | ||
:fig = ffacconfusion(alias_ID) | :fig = ffacconfusion(alias_ID) | ||
:fig = ffacconfusion(DOEDSO) | :fig = ffacconfusion(DOEDSO) | ||
===Description=== | ===Description=== | ||
Given the alias_ID information from a fractional factorial DOE, this function generates a graphical depiction of the confounded factors. Output is the handle of the figure generated. | Given the alias_ID information from a fractional factorial DOE, this function generates a graphical depiction of the confounded factors. Output is the handle of the figure generated. | ||
Input can also be a DOE DataSet object (DOEDSO) created for a fractional factorial design. The alias_ID information will be automatically extracted from the provided DataSet object. | Input can also be a DOE DataSet object (DOEDSO) created for a fractional factorial design. The alias_ID information will be automatically extracted from the provided DataSet object. | ||
A dataset of the table can be saved from the File menu of the figure. | |||
[[Image:confusion_table_figure.jpg| | |Confusion Table Figure]] | |||
===See Also=== | ===See Also=== | ||
[[ffacdes1]] | [[ffacdes1]] |
Latest revision as of 14:19, 1 October 2014
Purpose
Generates confusion table for a fractional factorial DOE.
Synopsis
- fig = ffacconfusion(alias_ID)
- fig = ffacconfusion(DOEDSO)
Description
Given the alias_ID information from a fractional factorial DOE, this function generates a graphical depiction of the confounded factors. Output is the handle of the figure generated.
Input can also be a DOE DataSet object (DOEDSO) created for a fractional factorial design. The alias_ID information will be automatically extracted from the provided DataSet object.
A dataset of the table can be saved from the File menu of the figure.