Learn R Programming

tempdisagg (version 0.22)

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 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

Run this code
data(swisspharma)

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

Run the code above in your browser using DataLab