se | R Documentation |
This function calculates Standard Error
se(x)
x |
vector of values to calculate Standard error from |
vec<-rnorm(200,0)
vec_se<-se(vec)
vec_se
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.