Print function for object of class JD3TempDisagg
Usage
# S3 method for class 'JD3TempDisagg'
print(x, ...)
Examples
Y <- rjd3toolkit::aggregate(rjd3toolkit::Retail$RetailSalesTotal, 1)
x <- rjd3toolkit::Retail$FoodAndBeverageStores
td <- temporaldisaggregation(Y, indicators = x)
#> Warning: temporaldisaggregation() is deprecated. Use temporal_disaggregation() or temporal_interpolation() instead.
print(td)
#> Model: Ar1
#> coef se t
#> const -1.381801e+05 53219.499871 -2.596418
#> var-1 9.878469e+00 1.332681 7.412476
#>
#> Use summary() for more details.
#> Use plot() to see the decomposition of the disaggregated series.