se | R Documentation |
Takes the standard error of a vector.
se(x)
x |
numeric vector. |
Returns a numeric
, representing the standard error of the input vector.
x <- sample(1:100, 20)
se(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.