The package is easy to use:
- To impute (fill all missing values) in a time series x
, run:
> na.interpolation(x)
- To plot missing data statistics for a time series x
, run:
> plotNA.distribution(x)
- To print missing data statistics for a time series x
, run:
> statsNA(x)
Every other imputation function (starting with na.'algorithm name') and plotting function (starting with plotNA.'plot name') work the same way as in this example.