doInterpolate: calculate the linear interpolation for each consecutive set...

View source: R/helperFunctions.R

doInterpolateR Documentation

calculate the linear interpolation for each consecutive set of empty blocks

Description

calculate the linear interpolation for each consecutive set of empty blocks

Usage

doInterpolate(dataDF, dateDF, timeframe, baselineDate)

Arguments

dataDF

the data frame with the measurements records

dateDF

corresponding data frame with date records

timeframe

length of blocks in days

baselineDate

date of the baseline visit

Value

data frame with (linearly) interpolated values


smm52/timeBlocks documentation built on Nov. 27, 2022, 3:54 a.m.