summary.Dimora: Summary method for Dimora objects

View source: R/summary.Dimora.R

summary.DimoraR 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 Dimora, as that created by BM, GBM, GGM or UCRCD.

...

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)

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)


DIMORA documentation built on Oct. 7, 2023, 5:07 p.m.