impute_arima: Impute missing values of one variable by a arima-model with...

Description Usage Arguments Value

Description

Impute missing values of one variable by a arima-model with kalman-filter

Usage

1
impute_arima(data, var, p = 2, d = 1, q = 2, ...)

Arguments

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

Value

vector with complete data of variable


MAGDa-BeuthHS/imputeData documentation built on May 8, 2019, 9:28 a.m.