summaryrefslogtreecommitdiff
path: root/man/misdata.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/misdata.Rd')
-rw-r--r--man/misdata.Rd3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/misdata.Rd b/man/misdata.Rd
index 45ec512..a6d4df8 100644
--- a/man/misdata.Rd
+++ b/man/misdata.Rd
@@ -1,4 +1,4 @@
-% Generated by roxygen2 (4.1.1): do not edit by hand
+% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/preprocess.R
\name{misdata}
\alias{misdata}
@@ -21,6 +21,7 @@ The missing data is indicated using the value \emph{NA}.
data(cstr_mis)
summary(cstr_mis) # finding out the number of NAs
cstr <- misdata(cstr_mis)
+
}
\seealso{
\code{\link[zoo]{na.approx}}