Print function for object of class JD3TempDisaggRaw
Source:R/tempdisagg.R
print.JD3TempDisaggRaw.Rd
Print function for object of class JD3TempDisaggRaw
Usage
# S3 method for class 'JD3TempDisaggRaw'
print(x, ...)
Examples
Y <- stats::aggregate(rjd3toolkit::Retail$RetailSalesTotal, 0.5)
x <- stats::aggregate(rjd3toolkit::Retail$FoodAndBeverageStores, 1)
td <- temporal_disaggregation_raw(as.numeric(Y), indicators = as.numeric(x), freqratio = 2)
print(td)
#> Model: Ar1
#> coef se t
#> C -1.600099e+06 6.973803e+05 -2.294442
#> var1 9.863888e+00 1.493886e+00 6.602840