The R Project SVN R

Rev

Rev 59039 | Rev 68948 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 61433
Line 50... Line 50...
50
 
50
 
51
  Notice that omission of missing values is done on a per-column or
51
  Notice that omission of missing values is done on a per-column or
52
  per-row basis, so column means may not be over the same set of rows,
52
  per-row basis, so column means may not be over the same set of rows,
53
  and vice versa.  To use only complete rows or columns, first select
53
  and vice versa.  To use only complete rows or columns, first select
54
  them with \code{\link{na.omit}} or \code{\link{complete.cases}}
54
  them with \code{\link{na.omit}} or \code{\link{complete.cases}}
55
  (possibly on the transpose of \code{x}). 
55
  (possibly on the transpose of \code{x}).
56
  
56
 
57
  The versions with an initial dot in the name are \sQuote{bare-bones}
57
  The versions with an initial dot in the name are \sQuote{bare-bones}
58
  versions for use in programming: they apply only to numeric matrices
58
  versions for use in programming: they apply only to numeric matrices
59
  and do not name the result.
59
  and do not name the result.
60
}
60
}
61
\value{
61
\value{