TSnanrem | R Documentation |
Removes or imputes NaN from the time series data set, with a specified method of choice
TSnanrem(TS, method = "mean", value_nr = 0)
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 |
Time series with NaNs removed or replaced
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.