plot.td {tempdisagg} | R Documentation |
Residual Plot for Temporal Disaggregation
Description
plot
method for class "td"
. Plot the fitted and actual low
frequency series, and residuals.
Usage
## S3 method for class 'td'
plot(x, ...)
Arguments
x |
an object of class |
... |
further arguments passed to or from other methods. |
Value
returns a a two panel plot as its side effect, showing the fitted and actual low frequency series, and the residuals.
See Also
td()
for the main function for temporal disaggregation.
Examples
data(swisspharma)
mod2 <- td(sales.a ~ imports.q + exports.q)
plot(mod2)
[Package tempdisagg version 1.1.1 Index]