se | R Documentation |
Standard error of the mean
se(x)
x |
vector of numerical values |
#generate some data
data <- rnorm(10)
#calculate the standard error
se(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.