powered by
Extract model parameters from an Exponential smoothing state space model created using the ets() function from the forecast package.
# S3 method for ets extract_params(object, ...)
an object of class "ets"
further arguments passed to or from other methods
PFA as a list-of-lists that can be inserted into a cell or pool
model <- forecast::ets(USAccDeaths, model="ZZZ") extracted_model <- extract_params(model)
Run the code above in your browser using DataLab