Description Usage Arguments Details Author(s) See Also Examples
This function computes the standard error of the values in x. If na.rm is TRUE then missing values are removed before computation proceeds.
1 |
x |
A numeric vector. |
na.rm |
A logical. Should missing values be removed? See details for implementation. |
If na.rm=TRUE then na.rm=TRUE is passed to sd and n is calculated as length(na.omit(x)).
Note this might have unexpected consequences for matrixes or dataframes, which is why x MUST be a vector.
Daniel Pritchard
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.