se | R Documentation |
Calculates the standard error of a numeric vector. Adapted from the sciplot package.
se(x, na.rm = TRUE)
x |
Numeric vector |
na.rm |
Logical; should NA values be removed? |
Standard error value
se(c(1,2,3,4,5)) # Returns standard error
se(c(1,2,NA,4,5), na.rm=TRUE) # Handles NA values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.