littleforecast: Forecast with Arima Model

View source: R/littleforecast.R

littleforecastR Documentation

Forecast with Arima Model

Description

This fits an Arima model to data with forecast's auto.arima() function and plots a forecast with the forecast() function.

Usage

littleforecast(data, nyears = 10)

Arguments

data

A vector (time series) of data

nyears

Number of time steps to forecast forward

Value

A plot of a forecast.

Examples

dat <- WWWusage
littleforecast(dat, nyears=100)

RVerse-Tutorials/TestPackage documentation built on May 15, 2022, 10:58 a.m.