ARorder | R Documentation |
AR model selection using AIC, BIC, HQ
ARorder(x, pmax, type)
x |
a time series data set |
pmax |
the maximum AR order |
type |
"const" for the AR model with intercept only, "const+trend" for the AR model with intercept and trend |
ARorder |
AR orders selected by AIC, BIC and HQ |
Criteria |
the values of AIC, BIC and HQ |
Jae H. Kim
data(IPdata)
ARorder(IPdata,pmax=12,type="const+trend")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.