predict.td | R Documentation |
Compute the disaggregated or interpolated (and extrapolated) high frequency series of a temporal disaggregation.
## S3 method for class 'td'
predict(object, ...)
object |
an object of class |
... |
further arguments passed to or from other methods. |
summary.td
returns a vector or a "ts"
object,
containing the disaggregated or interpolated high frequency series of a
temporal disaggregation.
td()
for the main function for temporal disaggregation.
data(swisspharma)
mod1 <- td(sales.a ~ imports.q + exports.q)
predict(mod1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.