powered by
plot method for class "td". Plot the fitted and actual low frequency series, and residuals.
plot
"td"
# S3 method for td plot(x, ...)
returns a a two panel plot as its side effect, showing the fitted and actual low frequency series, and the residuals.
an object of class "td", usually, a result of a call to td().
td()
further arguments passed to or from other methods.
td() for the main function for temporal disaggregation.
data(swisspharma) mod2 <- td(sales.a ~ imports.q + exports.q) plot(mod2)
Run the code above in your browser using DataLab