
Last chance! 50% off unlimited learning
Sale ends in
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.
an object of class "td"
, usually, a result of a
call to 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