sem_func | R Documentation |
Standard Error of the Mean (SEM)
sem_func(x, na.rm = FALSE)
x |
A numeric vector. |
na.rm |
Boolean. Should the NA values be removed? defoult to FALSE. |
The SEM from a given vector
x <- c(0:10) sem_x <- sem_func(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.