Description Usage Arguments Value
Impute missing values of one variable by a arima-model with kalman-filter
1 | impute_arima(data, var, p = 2, d = 1, q = 2, ...)
|
data |
the data.table incl. variables with missing data |
var |
the name of the variable with missing data |
p |
the order of AR |
d |
the order of I |
q |
the order of MA |
... |
not used |
vector with complete data of variable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.