moment | R Documentation |
Returns desired moments of a given numeric vector
moment(v, m = c(1, 2), na.rm = T)
numeric
output vector containing moment values
v
numeric
input vector for which moments are to be computed
m
integer
desired moment orders
na.rm
logical
should missing values be removed?
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.