View source: R/dev-model_descriptions.R
get_arima_description | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.