

   SSttaannddaarrdd DDeevviiaattiioonn

        sd(x, na.rm = FALSE)

   DDeessccrriippttiioonn::

        This function computes the standard deviation of the
        values in `x'.  If `na.rm' is `TRUE' then missing val-
        ues are removed before computation proceeds.

   SSeeee AAllssoo::

        `var' for its square, and `mad', the most robust alter-
        native.

   EExxaammpplleess::

        sd(1:2) ^ 2

