View source: R/sample_standard_error.R
sample_standard_error | R Documentation |
Sample standard error of the mean
sample_standard_error(x, pop_sd = NULL)
x |
The data for which to calculate the SSE |
pop_sd |
population standard deviation |
# This should usually be around 0.1 sample_standard_error(rnorm(100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.