summary.JD3MBDenton | R Documentation |
Summary function for object of class JD3MBDenton
## S3 method for class 'JD3MBDenton'
summary(object, ...)
object |
an object of class JD3MBDenton |
Y<-rjd3toolkit::aggregate(rjd3toolkit::retail$RetailSalesTotal, 1)
x<-rjd3toolkit::aggregate(rjd3toolkit::retail$FoodAndBeverageStores, 4)
td<-rjd3bench::denton_modelbased(Y, x, outliers = list("2000-01-01"=100, "2005-07-01"=100))
summary(td)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.