TSnanrem: Time series NaN remover/replacer

View source: R/TSnanrem.R

TSnanremR Documentation

Time series NaN remover/replacer

Description

Removes or imputes NaN from the time series data set, with a specified method of choice

Usage

TSnanrem(TS, method = "mean", value_nr = 0)

Arguments

TS

The time series to remove NaN from

method

The imputation method. e.g.: "omit", "mean", "median" or "value"

value_nr

The specific value for the "value" imputing method. e.g.: value_nr=0

Value

Time series with NaNs removed or replaced


MathiasVendt/TSAIB documentation built on May 4, 2022, 11:34 p.m.