The R Project SVN R

Rev

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

Rev 75293 Rev 75317
Line 21... Line 21...
21
  \item{na.rm}{logical.  Should missing values be removed?}
21
  \item{na.rm}{logical.  Should missing values be removed?}
22
}
22
}
23
\details{
23
\details{
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 length-one or zero-lengh vector is \code{NA}.
26
  The standard deviation of a length-one or zero-length vector is \code{NA}.
27
}
27
}
28
\seealso{
28
\seealso{
29
  \code{\link{var}} for its square, and \code{\link{mad}}, the most
29
  \code{\link{var}} for its square, and \code{\link{mad}}, the most
30
  robust alternative.
30
  robust alternative.
31
}
31
}