powered by
Compute the disaggregated or interpolated (and extrapolated) high frequency series of a temporal disaggregation.
# S3 method for td predict(object, ...)
summary.td returns a vector or a "ts" object, containing the disaggregated or interpolated high frequency series of a temporal disaggregation.
summary.td
"ts"
an object of class "td", usually, a result of a call to td().
"td"
td()
further arguments passed to or from other methods.
td() for the main function for temporal disaggregation.
data(swisspharma) mod1 <- td(sales.a ~ imports.q + exports.q) predict(mod1)
Run the code above in your browser using DataLab