Description Usage Arguments Original URL Author(s) See Also Examples
This function computes the standard error (i.e. sd /
sqrt(n)) of the values in x.  If na.rm is
TRUE then missing values are removed before computation
proceeds.
| 1 | 
| x | A numeric vector or an R object which is coercible to one
by  | 
| na.rm | Logical. Should missing values be removed? | 
http://cran.r-project.org/doc/manuals/R-intro.html
From the Writing R Extensions manual, modified by
Mathieu Basille basille@ufl.edu
var and sd for
the variance and standard deviation.
| 1 2 3 4 5 6 7 8 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.