BMTME (version 1.0.4)

summary.BMECV: summary.BMECV

Description

Produces a summary of the results of the fitted model adding the predictive capabilities of the model, as well as the MAAPE error rate and the respective standard errors.

Usage

# S3 method for BMECV
summary(object, information = "compact", digits = 4,
  ...)

Arguments

object

BMECV object an BMECV object for which a summary is desired.

information

The type of summary to obtain from the model (compact, extended, complete), by default is compact.

digits

number of digits.

...

Further arguments passed to or from other methods.