Learn R Programming

mafs (version 0.0.3)

gg_fit: Graphical results of forecast models

Description

Applies a selected forecast model to a time series and plot the fitted series and the forecasted values along with the original series.

Usage

gg_fit(x, test_size, model_name)

Arguments

x

A ts object.

test_size

Integer. The desired length of the test set object to be used to train the model and compare the forecasted with the observed values.

model_name

A string indicating the name of the forecast model.

Value

A ggplot2 object

Examples

Run this code
# NOT RUN {
gg_fit(AirPassengers, 12, "snaive")
# }

Run the code above in your browser using DataLab