Learn R Programming

DIMORA (version 0.3.6)

summary.Dimora: Summary method for Dimora objects

Description

Summary method for the Dimora objects.

Usage

# S3 method for Dimora
summary(object,...)

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.

Arguments

object

an object of class Dimora, as that created by BM, GBM, GGM or UCRCD.

...

additional arguments affecting the summary produced.

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

Run this code
data(DBdimora)
iphone <- DBdimora$iPhone[7:52]

M1 <- BM(iphone)
summary(M1)

Run the code above in your browser using DataLab