Learn R Programming

matman (version 1.1.3)

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)

Arguments

object

Object of class Forecast

Value

A data frame showing a summary of fitted models.

See Also

predictValue Forecast

Examples

Run this code
# NOT RUN {
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