[ top | up ]

Standard Deviation

Syntax

sd(x,  na.rm=FALSE)

Description

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