Learn R Programming

imputePSF (version 0.1.0)

impute_PSF: Function to find missing values in time series data and to impute these missing values

Description

Function to find missing values in time series data and to impute these missing values

Usage

impute_PSF(dataIn)

Arguments

dataIn
as inpute time series data with missing values

Value

returns the time series data with imputed values

Examples

Run this code
# d <- c(1:5,1:5,1:5,1:5,NA,NA,NA,NA,NA,1:5,1:5,1:5,1:5,NA,NA,NA,NA,NA,1:5,1:5,1:5,1:5)
# impute_PSF(d)

Run the code above in your browser using DataLab