gg_fit: Graphical results of forecast models

Description Usage Arguments Value Examples

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

1
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

1
gg_fit(AirPassengers, 12, "snaive")

Example output

The binaries provided by 'x13binary' do not work on this
machine. To get more information, run:
  x13binary::checkX13binary()

You can set 'X13_PATH' manually if you intend to use your own
binaries. See ?seasonal for details.

Warning messages:
1: Removed 156 rows containing missing values (geom_path). 
2: Removed 12 rows containing missing values (geom_point). 

mafs documentation built on May 2, 2019, 12:40 p.m.

Related to gg_fit in mafs...