fit_arima | R Documentation |
Fit ARIMA models to univariate data
fit_arima(data, p, d, q)
data |
a univariate class object or a vector |
p |
AR order |
d |
differencing order |
q |
MA order |
A tibble containing the estimate, SE and p-value
data(keconomy)
attach(keconomy)
fit_arima(UR, p=2,d=0,q=3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.