se | R Documentation |
Calculate the standard error of the values in x. If na.rm is TRUE then the missing values are removed before calculating the error (default).
se(x, na.rm = TRUE)
x |
a numeric vector |
na.rm |
logical. Should missing values be removed? Default na.rm = TRUE. |
a vector containing the width and height
se(c(4,1,2,3,4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.