diff options
Diffstat (limited to 'R/preprocess.R')
-rw-r--r-- | R/preprocess.R | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/R/preprocess.R b/R/preprocess.R index 7bdada3..27aaf0c 100644 --- a/R/preprocess.R +++ b/R/preprocess.R @@ -114,6 +114,7 @@ trInfo <- function(InputOffset=numeric(0),OutputOffset=numeric(0), #' summary(cstr_mis) # finding out the number of NAs #' cstr <- misdata(cstr_mis) #' +#' @importFrom zoo na.approx #' @export misdata <- function(data){ if (!requireNamespace("zoo", quietly = TRUE)) { |