sem | R Documentation |
Standard error of the mean
sem(x, ...)
## S4 method for signature 'AsIs'
sem(x)
## S4 method for signature 'numeric'
sem(x)
x |
Object. |
... |
Additional arguments. |
Alternatively, can use: sd(x) / sqrt(length(x))
.
numeric
.
Updated 2023-01-30.
https://stackoverflow.com/questions/2676554/
x <- seq(from = 1L, to = 10L, by = 1L)
x <- sem(x)
x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.