Learn R Programming

tempdisagg (version 1.1.1)

predict.td: Predict Method for Temporal Disaggregation

Description

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

Usage

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

Value

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

Arguments

object

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

...

further arguments passed to or from other methods.

See Also

td() for the main function for temporal disaggregation.

Examples

Run this code
data(swisspharma)

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

Run the code above in your browser using DataLab