Description Usage Arguments Value
Create an analysis object. If we have three variables: Rain : None,Light,Heavy Sprinker : Off,On WetGrass : False,True And we consider wet grass to be a defect, and rain or the sprinkler to be potential root causes, then our matrices would be: Root Cause Matrix: 1 , 2 1 , 3 2 , 2 Defect Matrix: 3 , 2
1 | analyzer(rootCauses, defects)
|
rootCauses |
a matrix of two columns specifying the variables/value combinations that represent root causes. |
defects |
a matrix of two columns specifying the variables/value combinations that represent defects. |
An analysis object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.