Description Usage Arguments Value Author(s) Examples
View source: R/data_cleansing.R
Time series imputation
1 |
.data |
tibble/data.frame: data. |
freq |
integer: frequency of the data. |
imputation_config |
list: options for imputation methods. The names can take the following configurations: impute_method = kalman, median, mean, nearest, interpolation add_transformation = logical, na_regressor = logical (replaces response variable with NA's and imputates) , na_missing_dates = logical (replaces response variable with NA's and imputates when missing dates) , na_value = character (replace NA's by a specific value) |
... |
Other parameters, . |
data-frame
Obryan Poyser
1 2 3 4 | ## Not run:
impute_ts()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.