| std_err | R Documentation |
Standard error of the values of x.
std_err(x)
x |
numeric vector or matrix |
Standard error is computed as var(x)/length(x).
Returns the standard error of all elements of the vector or matrix.
std_err(1:10) #=> 0.9574271
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.