Standard Error
This function computes the standard error of the values in a vector 'x'. If 'na.rm' is 'TRUE' then missing values are removed before computation proceeds.
se(x, na.rm=TRUE)
x |
a numeric vector. |
na.rm |
logical. Should missing values be removed? |
sd
se(1:10) ^ 2
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.