Skip to contents

Print function for object of class JD3TempDisaggI

Usage

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

Arguments

x

an object of class JD3TempDisaggI

...

further arguments passed to or from other methods.

Examples

Y <- rjd3toolkit::aggregate(rjd3toolkit::Retail$RetailSalesTotal, 1)
x <- rjd3toolkit::Retail$FoodAndBeverageStores
td <- rjd3bench::temporaldisaggregationI(Y, indicator = x)
print(td)
#>         coef
#> a 26898.3587
#> b     0.0542
#> 
#> Use summary() for more details. 
#> Use plot() to visualize the disaggregated series.