plot.td: Residual Plot for Temporal Disaggregation

View source: R/td.output.R

plot.tdR 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 "td", usually, a result of a call to td().

...

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)

tempdisagg documentation built on Aug. 8, 2023, 5:07 p.m.