ABCXYZData-class {matman}R Documentation

Class ABCXYZData

Description

This S4 class represents the result of an ABC/XYZ analysis.

Slots

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 from the Class

Objects can be created by calling the function computeABCXYZ. This S4 class represents the result of an ABC/XYZ analysis.

Author(s)

Leon Binder leon.binder@th-deg.de

Bernhard Bauer bernhard.bauer@th-deg.de

Michael Scholz michael.scholz@th-deg.de

Examples

data("Amount")
abcResult = computeABCXYZAnalysis(data = Amount,
    value = "value",
    item = "item",
    timestamp = "date")
abcResult

[Package matman version 1.1.3 Index]