The R Project SVN R

Rev

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

Rev 61168 Rev 62932
Line 24... Line 24...
24
  Like \code{\link{var}} this uses denominator \eqn{n - 1}.
24
  Like \code{\link{var}} this uses denominator \eqn{n - 1}.
25
 
25
 
26
  The standard deviation of a zero-length vector (after removal of
26
  The standard deviation of a zero-length vector (after removal of
27
  \code{NA}s if \code{na.rm = TRUE}) is not defined and gives an error.
27
  \code{NA}s if \code{na.rm = TRUE}) is not defined and gives an error.
28
  The standard deviation of a length-one vector is \code{NA}.
28
  The standard deviation of a length-one vector is \code{NA}.
29
 
-
 
30
  Prior to \R 2.14.0, \code{sd(dfrm)} worked directly for a
-
 
31
  \link{data.frame} \code{dfrm}.  This is now deprecated and you are
-
 
32
  expected to use \code{\link{sapply}(dfrm, sd)}.
-
 
33
}
29
}
34
\seealso{
30
\seealso{
35
  \code{\link{var}} for its square, and \code{\link{mad}}, the most
31
  \code{\link{var}} for its square, and \code{\link{mad}}, the most
36
  robust alternative.
32
  robust alternative.
37
}
33
}