The function in_revisionstakes two inputs, twoStepsBenchmark or a
threeRuleSmooth, and produces a comparison between those.
Value
a named matrix time series of two columns, one for the response and the other
for the predicted value.
A tscomparison class is added to the object.
Examples
benchmark <- twoStepsBenchmark(turnover,construction,include.rho = TRUE)
benchmark2 <- twoStepsBenchmark(turnover,construction,include.differenciation = TRUE)
plot(in_revisions(benchmark,benchmark2))