impute_indicators: Impute Indicators

Description Usage Arguments Details Value See Also

Description

In the following order tries to fill missing values:

Usage

1

Arguments

indic

An imputed indicator from get_eurostat_indicator.

Details

  1. Approximate missing values withing time series with na_approx

  2. Next observation carry forward for old missing values na_nocb

  3. Forecast the time series ahead indicator_forecast

  4. If the forecast did not work, try last observation carry forward na_locf.

Value

A data frame that with updated actual, missing, approximated, forecasted, nocb, locf estimates.

See Also

Other approximation functions: na_approx(), na_locf(), na_nocb()


dataobservatory-eu/indicator documentation built on Dec. 19, 2021, 8:13 p.m.