powered by
Calculates sample standard deviation of input data.
std(x)
A given input data.
An sample standard deviation of given data.
This function is slightly different from the base function sd.
sd
https://en.wikipedia.org/wiki/Standard_deviation
# NOT RUN { x <- 1:10 sd(x) # for comparison std(x) # see difference # }
Run the code above in your browser using DataLab