Description Usage Arguments Value Author(s) See Also Examples
Summarizes the differences between two ABCXYZData
objects.
1 2 |
object |
Object of class ABCXYZComparison. |
withMissing |
Logical indicating whether missing categories will be shown. Default is |
A contingency table showing the differences.
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 7 8 9 | data("Amount")
data1 = Amount[sample(1:nrow(Amount), 1000),]
data2 = Amount[sample(1:nrow(Amount), 1000),]
abcxyzData1 = computeABCXYZAnalysis(data1, value = "value", item = "item", timestamp = "date",
temporalAggregation = "day", XY = 0.5, YZ = 1)
abcxyzData2 = computeABCXYZAnalysis(data2, value = "value", item = "item", timestamp = "date",
temporalAggregation = "day", XY = 0.5, YZ = 1)
comparison = compare(abcxyzData1, abcxyzData2)
summary(comparison)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.