powered by
Fit ARIMA models to univariate data
fit_arima(data, p, d, q)
A tibble containing the estimate, SE and p-value
a univariate class object or a vector
AR order
differencing order
MA order
data(keconomy) attach(keconomy) fit_arima(UR, p=2,d=0,q=3)
Run the code above in your browser using DataLab