predict.td: Predict Method for Temporal Disaggregation

View source: R/td.output.R

predict.tdR Documentation

Predict Method for Temporal Disaggregation

Description

Compute the disaggregated or interpolated (and extrapolated) high frequency series of a temporal disaggregation.

Usage

## S3 method for class 'td'
predict(object, ...)

Arguments

object

an object of class "td", usually, a result of a call to td().

...

further arguments passed to or from other methods.

Value

summary.td returns a vector or a "ts" object, containing the disaggregated or interpolated high frequency series of a temporal disaggregation.

See Also

td() for the main function for temporal disaggregation.

Examples

data(swisspharma)

mod1 <- td(sales.a ~ imports.q + exports.q)
predict(mod1)

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