Function for replacing missing values with interpolated ones. This is an
extension of the na.approx function from the zoo package.
The missing data is indicated using the value NA.
Usage
misdata(data)
Arguments
data
an object of class idframe
Value
data (an idframe object) with missing data replaced.