summary.Dimora {DIMORA} | R Documentation |
Summary method for Dimora objects
Description
Summary method for the Dimora
objects.
Usage
## S3 method for class 'Dimora'
summary(object,...)
Arguments
object |
an object of class |
... |
additional arguments affecting the summary produced. |
Value
summary
is a generic function used to produce summaries of the results of various model fitting functions. The function invokes particular methods which depend on the class of the first argument; in this case, the class is Dimora
.
Author(s)
Zanghi Federico: federico.zanghi.11@gmail.com
Savio Andrea: svandr97@gmail.com
Ziliotto Filippo: filippo.ziliotto1996@gmail.com
Bessi Alessandro: alessandrobessi92@gmail.com
See Also
The Dimora models: BM
, GBM
, GGM
, UCRCD
.
plot.Dimora
for graphics and residuals analysis.
predict.Dimora
for prediction.
make.instantaneous
to create instantaneous series from the cumulative one.
Examples
data(DBdimora)
iphone <- DBdimora$iPhone[7:52]
M1 <- BM(iphone)
summary(M1)