powered by
ABCXYZData
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.
computeABCXYZ
# NOT RUN { data("Amount") abcResult = computeABCXYZAnalysis(data = Amount, value = "value", item = "item", timestamp = "date") abcResult # }
Run the code above in your browser using DataLab