Rev 7836 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{sd}\title{Standard Deviation}\usage{sd(x, na.rm = FALSE)}\alias{sd}\description{This function computes the standard deviation of the values in\code{x}.If \code{na.rm} is \code{TRUE} then missing values are removed beforecomputation proceeds.If \code{x} is a matrix or a dataframe, a vector of the standarddeviation of the columns is returned.}\seealso{\code{\link{var}} for its square, and \code{\link{mad}}, the mostrobust alternative.}\examples{sd(1:2) ^ 2}\keyword{univar}