Description Usage Arguments Value Examples
This function returns the standard deviation of an input numerical vector divided by the square root of the length of the input vector
1 | stderrmean(x)
|
x |
A numerical vector |
Standard deviation of an input numerical vector divided by the square root of the length of the input vector
1 2 3 4 | A <- c(1,2,3)
sd(A)
stderrmean(A)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.