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.
该函数计算中的向量的“x”的值的标准误差。如果na.rm是TRUE,然后遗漏值会被删除之前计算所得。
用法----------Usage----------
se(x, na.rm=TRUE)
参数----------Arguments----------
参数:x
a numeric vector.
一个数值向量。
参数:na.rm
logical. Should missing values be removed?
逻辑。遗漏值应该被删除?