Learn R Programming

matman (version 1.1.4)

summary,Forecast-method: Prints the summary of a Forecast object

Description

Summarizes the fitted models estimated for predicting item values (e.g., demand, stock).

Usage

# S4 method for Forecast
summary(object)

Value

A data frame showing a summary of fitted models.

Arguments

object

Object of class Forecast

Author

Leon Binder leon.binder@th-deg.de

Bernhard Bauer bernhard.bauer@th-deg.de

Michael Scholz michael.scholz@th-deg.de

See Also

predictValue Forecast

Examples

Run this code
data("Amount")
prediction = predictValue(data = Amount,
    value = "amount",
    item = "item",
    timestamp = "date",
    temporalAggregation = "week",
    timeUnitsAhead = 3)
summary(prediction)

Run the code above in your browser using DataLab