Learn R Programming

aurelius (version 0.8.4)

extract_params.forecast: extract_params.forecast

Description

Extract model parameters from a model with class "forecast" created using the forecast package

Usage

# S3 method for forecast
extract_params(object, ...)

Arguments

object

an object of class "forecast"

...

further arguments passed to or from other methods

Value

PFA as a list-of-lists that can be inserted into a cell or pool

Examples

Run this code
model <- forecast::holt(airmiles)
extracted_model <- extract_params(model)

Run the code above in your browser using DataLab