sd.default | R Documentation |
sd
computes the standard deviation of the values in x. If na.rm is TRUE then missing values are removed before computation proceeds.
## Default S3 method:
sd(x, na.rm = FALSE)
x |
a numeric vector or an R object which is coercible to one by as.double(x) |
na.rm |
logical. Should missing values be removed? |
standard deviation of x
x = rnorm(n = 200, mean = 0, sd = 1)
sd(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.