summary.BMTMECV: summary.BMTMECV

Description Usage Arguments

View source: R/utils.R

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

1
2
## S3 method for class 'BMTMECV'
summary(object, information = "compact", digits = 4, ...)

Arguments

object

BMTMECV object an BMTMECV 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.


BMTME documentation built on Aug. 27, 2020, 1:08 a.m.

Related to summary.BMTMECV in BMTME...