The R Project SVN R

Rev

Rev 68948 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 69834
Line 1... Line 1...
1
% File src/library/stats/man/complete.cases.Rd
1
% File src/library/stats/man/complete.cases.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2007 R Core Team
3
% Copyright 1995-2015 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{complete.cases}
6
\name{complete.cases}
7
\alias{complete.cases}
7
\alias{complete.cases}
8
\title{Find Complete Cases}
8
\title{Find Complete Cases}
Line 18... Line 18...
18
}
18
}
19
\value{
19
\value{
20
  A logical vector specifying which observations/rows have no missing
20
  A logical vector specifying which observations/rows have no missing
21
  values across the entire sequence.
21
  values across the entire sequence.
22
}
22
}
-
 
23
\note{
-
 
24
  A current limitation of this function is that it uses low level
-
 
25
  functions to determine lengths and missingness, ignoring the 
-
 
26
  class.  This will lead to spurious errors when some columns
-
 
27
  have classes with \code{\link{length}} or \code{\link{is.na}}
-
 
28
  methods, for example \code{"\link{POSIXlt}"}, as described
-
 
29
  in \PR{16648}.
-
 
30
}
23
\seealso{
31
\seealso{
24
  \code{\link{is.na}},
32
  \code{\link{is.na}},
25
  \code{\link{na.omit}},
33
  \code{\link{na.omit}},
26
  \code{\link{na.fail}}.
34
  \code{\link{na.fail}}.
27
}
35
}