Description Usage Arguments Value Author(s) See Also Examples
Computes the standard error of the mean (i.e., standard deviation divided by the square root of the sample size).
1 |
x |
A numeric vector. |
na.rm |
A logical that indicates whether missing values should be removed before computing the standard error. |
A single numeric that is the standard error of the mean of x
.
Derek H. Ogle, derek@derekogle.com
See se
in sciplot for similar functionality.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.