sd2 | R Documentation |
This function computes the standard deviation of the values in x.
It calls stats::sd
except that it also accepts optional
arguments and therefore can be used in conjunction with other functions
in summarise_projections
.
sd2(vec, ...)
vec |
a numeric vector |
... |
optional arguments |
numeric. standard deviation
Sangeeta Bhatia, Anne Cori, Pierre Nouvellet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.