stdErrMean | R Documentation |
Calculate the standard error of the mean of a vector
stdErrMean(x)
x |
numeric vector |
Standard error of the mean
x <- rnorm(100)
stdErrMean(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.