Skip to contents

Print function for object of class JD3AdlDisagg

Usage

# S3 method for class 'JD3AdlDisagg'
print(x, ...)

Arguments

x

an object of class JD3AdlDisagg

Examples

Y <- rjd3toolkit::aggregate(rjd3toolkit::Retail$RetailSalesTotal, 1)
x <- rjd3toolkit::Retail$FoodAndBeverageStores
td <- rjd3bench::adl_disaggregation(Y, indicators = x, xar = "FREE")
#> Warning: NaNs produced
print(td)
#> Model: FREE 
#>          coef       se         t
#> 1 -1542.99264 1208.321 -1.276972
#> 2    15.74617      NaN       NaN
#> 3   -15.59888      NaN       NaN
#> 
#> Use summary() for more details. 
#> Use plot() to see the decomposition of the disaggregated series.