View source: R/model_building.R
Function doing base part of study
1 | select_arima(input_frame, max.p = 7, max.q = 7)
|
input_data |
A data frame |
p |
An integer, number of max AR terms |
q |
An integer, number of max MA terms |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.