powered by
Get model descriptions for Arima objects
get_arima_description(object, padding = FALSE)
Objects of class Arima
Arima
Whether or not to include padding
# NOT RUN { library(forecast) arima_fit <- forecast::Arima(1:10) get_arima_description(arima_fit) # }
Run the code above in your browser using DataLab