single_pt_avg_impute: Imputes single values with the mean of pior and post values....

Description Usage Arguments Examples

Description

Imputes single values with the mean of pior and post values. Must be sorted for by time Does not account for jumps in time, suggest first applying continuous_uniform_time

Usage

1

Arguments

tmpfile

A data frame to impue

Examples

1
2
3
a=data.frame(c(1,2,3,NA,5,6,NA,8,9,10),seq(1,10),c(1,2,NA,NA,5,6,NA,50,9,10),rep("hat",10))
 print(a)
print(single_pt_avg_impute(a))

EcotopeResearch/EcotopePackage documentation built on May 6, 2019, 3:11 p.m.