Description Slots Objects from the Class Author(s) Examples
This S4 class represents the result of an ABC/XYZ analysis.
data
(data.frame) The result table of an ABC/XYZ analysis.
type
(character) The type of the analysis that has been performed. This is either 'abc' or 'abcxyz'.
value
(character) The name of the value column in the result table.
item
(character) Vector of the names of the item columns in the result table.
Objects can be created by calling the function
computeABCXYZ
. This S4 class represents the result of an ABC/XYZ analysis.
Leon Binder leon.binder@th-deg.de
Bernhard Bauer bernhard.bauer@th-deg.de
Michael Scholz michael.scholz@th-deg.de
1 2 3 4 5 6 | data("Amount")
abcResult = computeABCXYZAnalysis(data = Amount,
value = "value",
item = "item",
timestamp = "date")
abcResult
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.