utils_stats | R Documentation |
These functions applies common statistics to a list of objects, returning a numeric vector.
mean_list(x, ...)
sd_list(x, ...)
max_list(x, ...)
min_list(x, ...)
x |
A data.frame or matrix with numeric values. |
... |
Further arguments passed on to the R base function (e.g, mean(), sd(), etc.) |
A numeric vector.
mean_list(list(a = 1:10, b = 2:20))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.