Get model descriptions for Arima objects
Get model descriptions for Arima objects
get_arima_description(object, padding = FALSE)
object |
Objects of class |
padding |
Whether or not to include padding |
Forecast R Package, forecast:::arima.string()
library(forecast) arima_fit <- forecast::Arima(1:10) get_arima_description(arima_fit)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.